public interface CommandRegistrar
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_DESCRIPTOR_LOCATION |
Modifier and Type | Method and Description |
---|---|
List<CommandSetDescriptor> |
getDescriptors() |
String[] |
getDescriptorSearchPath() |
void |
registerCommand(String type) |
void |
registerCommand(String name,
String type) |
void |
registerCommands() |
void |
setDescriptorSearchPath(String... path) |
static final String DEFAULT_DESCRIPTOR_LOCATION
String[] getDescriptorSearchPath()
void setDescriptorSearchPath(String... path)
List<CommandSetDescriptor> getDescriptors()
Copyright © 2008-2013 Sonatype. All Rights Reserved.