|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sonatype.gshell.command.descriptor.CommandsDescriptor
public class CommandsDescriptor
Commands descriptor.
| Constructor Summary | |
|---|---|
CommandsDescriptor()
|
|
| Method Summary | |
|---|---|
void |
addCommandSet(CommandSetDescriptor commandSetDescriptor)
Method addCommandSet. |
List<CommandSetDescriptor> |
getCommandSets()
Method getCommandSets. |
String |
getModelEncoding()
Get the modelEncoding field. |
String |
getVersion()
Get the version field. |
void |
removeCommandSet(CommandSetDescriptor commandSetDescriptor)
Method removeCommandSet. |
void |
setCommandSets(List<CommandSetDescriptor> commandSets)
Set the commandSets field. |
void |
setModelEncoding(String modelEncoding)
Set the modelEncoding field. |
void |
setVersion(String version)
Set the version field. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CommandsDescriptor()
| Method Detail |
|---|
public void addCommandSet(CommandSetDescriptor commandSetDescriptor)
commandSetDescriptor - public List<CommandSetDescriptor> getCommandSets()
public String getModelEncoding()
public String getVersion()
public void removeCommandSet(CommandSetDescriptor commandSetDescriptor)
commandSetDescriptor - public void setCommandSets(List<CommandSetDescriptor> commandSets)
commandSets - public void setModelEncoding(String modelEncoding)
modelEncoding - public void setVersion(String version)
version -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||