Registry of available commands
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | static java.util.Collection<Command> | findCommands(ProfileRepository repository) | 
|  | static java.util.Collection<Command> | findCommands(Profile profile, boolean inherited = false ) | 
|  | static Command | getCommand(java.lang.String name, ProfileRepository repository)Returns a command for the given name and repository | 
| Methods inherited from class | Name | 
|---|---|
| class java.lang.Object | java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() | 
Returns a command for the given name and repository
name -  The command namerepository -  The ProfileRepository instance