Package tigase.test.util
Class ScriptFileLoader.StanzaEntry
- java.lang.Object
-
- tigase.test.util.ScriptFileLoader.StanzaEntry
-
- Enclosing class:
- ScriptFileLoader
public static class ScriptFileLoader.StanzaEntry extends Object
-
-
Constructor Summary
Constructors Constructor Description StanzaEntry(ScriptFileLoader.Action action, tigase.xml.Element[] stanza, String description)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScriptFileLoader.ActiongetAction()StringgetDescription()Set<String>getParams()tigase.xml.Element[]getStanza()
-
-
-
Constructor Detail
-
StanzaEntry
public 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()
-
-