public class PlantUMLDependencyProgrammingLanguageOptionArgument extends net.sourceforge.plantumldependency.commoncli.option.argument.AbstractOptionArgument<ProgrammingLanguage>
OptionArgument interface,
specifying a ProgrammingLanguage argument.| Constructor and Description |
|---|
PlantUMLDependencyProgrammingLanguageOptionArgument(boolean optionArgumentIsMandatory)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
getMainUsageDescription() |
ProgrammingLanguage |
parseArgument(String argument) |
public PlantUMLDependencyProgrammingLanguageOptionArgument(boolean optionArgumentIsMandatory)
optionArgumentIsMandatory - true if the argument is mandatory, false otherwise.protected String getMainUsageDescription()
getMainUsageDescription in class net.sourceforge.plantumldependency.commoncli.option.argument.AbstractOptionArgument<ProgrammingLanguage>public ProgrammingLanguage parseArgument(String argument) throws net.sourceforge.plantumldependency.commoncli.exception.CommandLineException
net.sourceforge.plantumldependency.commoncli.exception.CommandLineExceptionCopyright © 2014 Sourceforge. All rights reserved.