Package com.undefined.stellar
Object Stellar
-
- All Implemented Interfaces:
public class Stellar
-
-
Field Summary
Fields Modifier and Type Field Description private final List<AbstractStellarCommand<?>>
commands
public final static Stellar
INSTANCE
-
Method Summary
Modifier and Type Method Description final AbstractStellarCommand<?>
getStellarCommand(String name)
final List<AbstractStellarCommand<?>>
getCommands()
-
-
Method Detail
-
getStellarCommand
final AbstractStellarCommand<?> getStellarCommand(String name)
-
getCommands
final List<AbstractStellarCommand<?>> getCommands()
-
-
-
-