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 CommandInfo
public String getDescription()
getDescription
in interface CommandInfo
public String getUsage()
getUsage
in interface CommandInfo
public org.apache.commons.cli.Options getOptions()
getOptions
in interface CommandInfo
public List<String> getDependencyResourceNames()
getDependencyResourceNames
in interface CommandInfo
Copyright © 2013. All Rights Reserved.