|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectclassycle.CommandLine
classycle.AnalyserCommandLine
public class AnalyserCommandLine
Process command line arguments and options for the main application
Analyser
.
Field Summary |
---|
Fields inherited from class classycle.CommandLine |
---|
_classFiles, _pattern, _reflectionPattern, _valid |
Constructor Summary | |
---|---|
AnalyserCommandLine(java.lang.String[] args)
|
Method Summary | |
---|---|
java.lang.String |
getCsvFile()
Returns the name of the CSV file as defined by the option -csvFile. |
java.lang.String |
getTitle()
Returns the title by the option -title. |
java.lang.String |
getUsage()
Returns the usage of correct command line arguments and options. |
java.lang.String |
getXmlFile()
Returns the name of the XML file as defined by the option -xmlFile. |
protected void |
handleOption(java.lang.String argument)
|
boolean |
isCycles()
Returns true if the option -cycles has been set. |
boolean |
isPackagesOnly()
Returns true if the option -package has been set. |
boolean |
isRaw()
Returns true if the option -raw has been set. |
boolean |
isStrong()
Returns true if the option -strong has been set. |
Methods inherited from class classycle.CommandLine |
---|
getClassFiles, getPattern, getReflectionPattern, isMergeInnerClasses, isValid |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnalyserCommandLine(java.lang.String[] args)
Method Detail |
---|
protected void handleOption(java.lang.String argument)
handleOption
in class CommandLine
public java.lang.String getUsage()
getUsage
in class CommandLine
public boolean isCycles()
public boolean isPackagesOnly()
public boolean isRaw()
public boolean isStrong()
public java.lang.String getCsvFile()
public java.lang.String getTitle()
CommandLine.getClassFiles()
[0] will be used.
public java.lang.String getXmlFile()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |