public class AnalyserCommandLine extends CommandLine
Analyser._classFiles, _pattern, _reflectionPattern, _valid| Constructor and Description |
|---|
AnalyserCommandLine(String[] args) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCsvFile()
Returns the name of the CSV file as defined by the option
-csvFile.
|
String |
getTitle()
Returns the title by the option -title.
|
String |
getUsage()
Returns the usage of correct command line arguments and options.
|
String |
getXmlFile()
Returns the name of the XML file as defined by the option
-xmlFile.
|
protected void |
handleOption(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.
|
getClassFiles, getPattern, getReflectionPattern, isMergeInnerClasses, isValidpublic AnalyserCommandLine(String[] args)
protected void handleOption(String argument)
handleOption in class CommandLinepublic String getUsage()
getUsage in class CommandLinepublic boolean isCycles()
public boolean isPackagesOnly()
public boolean isRaw()
public boolean isStrong()
public String getCsvFile()
public String getTitle()
CommandLine.getClassFiles()[0] will be used.public String getXmlFile()
Copyright © 2014. All rights reserved.