interface CommandFactory
Factory for the creation of Command instances
Type Params | Return Type | Name and description |
---|---|---|
|
abstract java.util.Collection<Command> |
findCommands(Profile profile, boolean inherited) Creates a command for the given name |
Creates a command for the given name
name
- The name of the commandprofile
- The Profileinherited
- Whether the profile passed is inherited (ie a parent profile)