Package classycle.dependency
Class DependencyCheckerCommandLine
- java.lang.Object
-
- classycle.CommandLine
-
- classycle.dependency.DependencyCheckerCommandLine
-
public class DependencyCheckerCommandLine extends CommandLine
- Author:
- Franz-Josef Elmer
-
-
Field Summary
-
Fields inherited from class classycle.CommandLine
_classFiles, _pattern, _reflectionPattern, _valid
-
-
Constructor Summary
Constructors Constructor Description DependencyCheckerCommandLine(java.lang.String[] args)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDependencyDefinition()
ResultRenderer
getRenderer()
java.lang.String
getUsage()
Returns the usage of correct command line arguments and options.protected void
handleOption(java.lang.String argument)
boolean
isValid()
Returns true if the command line arguments and options are valid.-
Methods inherited from class classycle.CommandLine
getClassFiles, getPattern, getReflectionPattern, isMergeInnerClasses
-
-
-
-
Method Detail
-
handleOption
protected void handleOption(java.lang.String argument)
- Overrides:
handleOption
in classCommandLine
-
getUsage
public java.lang.String getUsage()
Returns the usage of correct command line arguments and options.- Overrides:
getUsage
in classCommandLine
-
getDependencyDefinition
public java.lang.String getDependencyDefinition()
-
getRenderer
public ResultRenderer getRenderer()
-
isValid
public boolean isValid()
Description copied from class:CommandLine
Returns true if the command line arguments and options are valid.- Overrides:
isValid
in classCommandLine
-
-