|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sonatype.gshell.command.descriptor.CommandDescriptor
public class CommandDescriptor
Command descriptor.
| Constructor Summary | |
|---|---|
CommandDescriptor()
|
|
| Method Summary | |
|---|---|
void |
breakCommandSetDescriptorAssociation(CommandSetDescriptor commandSetDescriptor)
Method breakCommandSetDescriptorAssociation. |
void |
createCommandSetDescriptorAssociation(CommandSetDescriptor commandSetDescriptor)
Method createCommandSetDescriptorAssociation. |
boolean |
equals(Object other)
Method equals. |
String |
getAction()
Get the action field. |
String |
getName()
Get the name field. |
CommandSetDescriptor |
getParent()
Get the parent field. |
int |
hashCode()
Method hashCode. |
boolean |
isEnabled()
Get the enabled field. |
void |
setAction(String action)
Set the action field. |
void |
setEnabled(boolean enabled)
Set the enabled field. |
void |
setName(String name)
Set the name field. |
String |
toString()
Method toString. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CommandDescriptor()
| Method Detail |
|---|
public void breakCommandSetDescriptorAssociation(CommandSetDescriptor commandSetDescriptor)
commandSetDescriptor - public void createCommandSetDescriptorAssociation(CommandSetDescriptor commandSetDescriptor)
commandSetDescriptor - public boolean equals(Object other)
equals in class Objectother -
public String getAction()
public String getName()
public CommandSetDescriptor getParent()
public int hashCode()
hashCode in class Objectpublic boolean isEnabled()
public void setAction(String action)
action - public void setEnabled(boolean enabled)
enabled - public void setName(String name)
name - public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||