Package classycle.dependency
Class DependencyCheckerCommandLine
java.lang.Object
classycle.CommandLine
classycle.dependency.DependencyCheckerCommandLine
- Author:
- Franz-Josef Elmer
-
Field Summary
Fields inherited from class classycle.CommandLine
_classFiles, _pattern, _reflectionPattern, _valid
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetUsage()
Returns the usage of correct command line arguments and options.protected void
handleOption
(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
-
Constructor Details
-
DependencyCheckerCommandLine
-
-
Method Details
-
handleOption
- Overrides:
handleOption
in classCommandLine
-
getUsage
Returns the usage of correct command line arguments and options.- Overrides:
getUsage
in classCommandLine
-
getDependencyDefinition
-
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
-