Package net.apartium.cocoabeans.commands
Class CommandInfo
java.lang.Object
net.apartium.cocoabeans.commands.CommandInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CommandInfocreateFromAnnotations(Collection<Annotation[]> collection) booleanGet the first descriptionGet all descriptionsGet the first long descriptionGet all long descriptionsgetUsage()Get the first usageGet all usagesinthashCode()
-
Constructor Details
-
CommandInfo
public CommandInfo()
-
-
Method Details
-
getDescription
Get the first description- Returns:
- the first description
-
getUsage
Get the first usage- Returns:
- the first usage
-
getLongDescription
Get the first long description- Returns:
- the first long description
-
getDescriptions
Get all descriptions- Returns:
- all descriptions
-
getUsages
Get all usages- Returns:
- all usages
-
getLongDescriptions
Get all long descriptions- Returns:
- all long descriptions
-
equals
-
hashCode
public int hashCode() -
createFromAnnotations
-