public class CommandsDescriptor extends Object implements Serializable
Constructor and Description |
---|
CommandsDescriptor() |
Modifier and Type | Method and Description |
---|---|
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.
|
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
- Copyright © 2008-2012 Sonatype. All Rights Reserved.