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 voidhandleOption(String argument) booleanisValid()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:
handleOptionin classCommandLine
-
getUsage
Returns the usage of correct command line arguments and options.- Overrides:
getUsagein classCommandLine
-
getDependencyDefinition
-
getRenderer
-
isValid
public boolean isValid()Description copied from class:CommandLineReturns true if the command line arguments and options are valid.- Overrides:
isValidin classCommandLine
-