public class CommandInfoImpl extends Object implements CommandInfo
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getDependencyResourceNames() |
String |
getDescription() |
String |
getName() |
org.apache.commons.cli.Options |
getOptions() |
String |
getUsage() |
public String getName()
getName in interface CommandInfopublic String getDescription()
getDescription in interface CommandInfopublic String getUsage()
getUsage in interface CommandInfopublic org.apache.commons.cli.Options getOptions()
getOptions in interface CommandInfopublic List<String> getDependencyResourceNames()
getDependencyResourceNames in interface CommandInfoCopyright © 2012. All Rights Reserved.