|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GetNamespacesArg
Arg interface for the GetConfiguration entry point. The entry point takes one argument: a namespace's name, and returns one result: the Configuration object for the namespace.
| Method Summary | |
|---|---|
java.util.Collection<java.lang.String> |
getNamespaces()
Get the namespace collection. |
void |
setNamespaces(java.util.Collection<java.lang.String> namespaces)
Set the namespaces collection attribute. |
| Methods inherited from interface com.ail.core.command.CommandArg |
|---|
getCallersCore, setCallersCore |
| Method Detail |
|---|
void setNamespaces(java.util.Collection<java.lang.String> namespaces)
namespace - The collection of Stringsjava.util.Collection<java.lang.String> getNamespaces()
ConfigurationSummarysetNamespaces(java.util.Collection)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||