classycle.dependency
Class DependencyCheckerCommandLine

java.lang.Object
  extended by classycle.CommandLine
      extended by 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
DependencyCheckerCommandLine(java.lang.String[] args)
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DependencyCheckerCommandLine

public DependencyCheckerCommandLine(java.lang.String[] args)
Method Detail

handleOption

protected void handleOption(java.lang.String argument)
Overrides:
handleOption in class CommandLine

getUsage

public java.lang.String getUsage()
Returns the usage of correct command line arguments and options.

Overrides:
getUsage in class CommandLine

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 class CommandLine