tigase.test.util
Class ScriptFileLoader.StanzaEntry

java.lang.Object
  extended by tigase.test.util.ScriptFileLoader.StanzaEntry
Enclosing class:
ScriptFileLoader

public static class ScriptFileLoader.StanzaEntry
extends Object


Constructor Summary
ScriptFileLoader.StanzaEntry(ScriptFileLoader.Action action, tigase.xml.Element[] stanza, String description)
           
 
Method Summary
 ScriptFileLoader.Action getAction()
           
 String getDescription()
           
 Set<String> getParams()
           
 tigase.xml.Element[] getStanza()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptFileLoader.StanzaEntry

public ScriptFileLoader.StanzaEntry(ScriptFileLoader.Action action,
                                    tigase.xml.Element[] stanza,
                                    String description)
Method Detail

getAction

public ScriptFileLoader.Action getAction()

getStanza

public tigase.xml.Element[] getStanza()

getDescription

public String getDescription()

getParams

public Set<String> getParams()


Copyright © 2005-2012 Tigase. All Rights Reserved.