edu.umd.cs.findbugs.ml
Class ConvertToARFF.C2ACommandLine
java.lang.Object
edu.umd.cs.findbugs.CommandLine
edu.umd.cs.findbugs.ml.ConvertToARFF.C2ACommandLine
- Enclosing class:
- ConvertToARFF
private static class ConvertToARFF.C2ACommandLine
- extends CommandLine
Method Summary |
ConvertToARFF |
getConverter()
|
protected void |
handleOption(java.lang.String option,
java.lang.String optionExtraPart)
Callback method for handling an option. |
protected void |
handleOptionWithArgument(java.lang.String option,
java.lang.String argument)
Callback method for handling an option with an argument. |
void |
printUsage(java.io.PrintStream out)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
converter
private ConvertToARFF converter
ConvertToARFF.C2ACommandLine
public ConvertToARFF.C2ACommandLine()
getConverter
public ConvertToARFF getConverter()
handleOption
protected void handleOption(java.lang.String option,
java.lang.String optionExtraPart)
throws java.io.IOException
- Description copied from class:
CommandLine
- Callback method for handling an option.
- Specified by:
handleOption
in class CommandLine
- Parameters:
option
- the optionoptionExtraPart
- the "extra" part of the option (everything after the
colon: e.g., "withMessages" in "-xml:withMessages");
the empty string if there was no extra part
- Throws:
java.io.IOException
handleOptionWithArgument
protected void handleOptionWithArgument(java.lang.String option,
java.lang.String argument)
throws java.io.IOException
- Description copied from class:
CommandLine
- Callback method for handling an option with an argument.
- Specified by:
handleOptionWithArgument
in class CommandLine
- Parameters:
option
- the optionargument
- the argument
- Throws:
java.io.IOException
printUsage
public void printUsage(java.io.PrintStream out)