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