|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.owasp.orizon.O
org.owasp.orizon.SkyLine
public class SkyLine
This is the Orizon assistant that must be created before starting the review in order to create a session. It will handle also tools command line if some argument must be used to Orizon engine. The idea behind this is that SkyLine will grab all arguments starting with "-o" or "--orizon". Command line parameters will be in the following format: <code> -o key=value; --orizon key=value </code> where key is the property and value is the value to be applied to (e.g. -o lang=c).
Field Summary |
---|
Fields inherited from class org.owasp.orizon.O |
---|
base64, hasName, initialized, line_start, line_stop, log, reduced, what |
Constructor Summary | |
---|---|
SkyLine()
Create a new SkyLine assistant and fills the defaultProperties HashMap object. |
|
SkyLine(java.lang.String[] cLine)
Create a new SkyLine assistant |
Method Summary | |
---|---|
boolean |
arePropsMerged()
|
boolean |
consumeCommandLine()
Reads and consume command line parameters related to Orizon. |
void |
flushOutput()
|
int |
getIssues()
|
Mirage |
getMirageEngine()
|
java.lang.String |
getOutput()
|
java.lang.String |
getProperty(java.lang.String key)
Returns an Orizon framework property value. |
Folder |
getRawScanResults()
|
java.lang.String |
getReport()
|
static java.lang.String |
greeting()
|
static java.lang.String |
help()
|
boolean |
isModelComplete()
|
boolean |
justHelp()
|
boolean |
justListCheck()
|
boolean |
launch(java.lang.String service)
Asks services to Orizon Framework facilities. |
java.lang.String |
listCheck()
|
int |
listCheckCount()
|
void |
output(java.lang.String s)
|
boolean |
processCommandLine()
|
boolean |
readXmlNode(org.w3c.dom.Node n)
As far from version 0.62 all items must be responsible for XML Node reading routine. |
void |
setCommandLine(java.lang.String[] commandLine)
Sets the command line used to invoke the Orizon framerwork |
boolean |
setProperty(java.lang.String key,
java.lang.String value)
|
void |
setReader(ConsoleReader reader)
|
void |
setTeeName(java.lang.String name)
|
boolean |
thisNameExists(java.lang.String name)
Checks if the name supplied by parameter exists |
java.lang.String |
version()
|
Methods inherited from class org.owasp.orizon.O |
---|
clone, getStartLine, getStopLine, isCompatible, isInitialized, setStartLine, setStopLine, trackThis |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SkyLine()
public SkyLine(java.lang.String[] cLine)
cLine
- the command line to be used by the Orizon frameworkMethod Detail |
---|
public void setReader(ConsoleReader reader)
public void setTeeName(java.lang.String name)
public void setCommandLine(java.lang.String[] commandLine)
commandLine
- the command line used to invoke the Orizon frameworkpublic boolean processCommandLine()
public static java.lang.String help()
public boolean justListCheck()
public boolean justHelp()
public java.lang.String listCheck()
public int listCheckCount()
public java.lang.String version()
public static java.lang.String greeting()
public boolean consumeCommandLine()
public boolean arePropsMerged()
public boolean setProperty(java.lang.String key, java.lang.String value)
public java.lang.String getProperty(java.lang.String key)
key
- the required property key
public boolean thisNameExists(java.lang.String name)
name
- the name to be checked
public boolean launch(java.lang.String service)
service
- the service to be performed
public boolean isModelComplete()
public java.lang.String getReport()
public int getIssues()
public boolean readXmlNode(org.w3c.dom.Node n)
O
readXmlNode
in class O
n
- the node being read
public void output(java.lang.String s)
public java.lang.String getOutput()
public void flushOutput()
public Folder getRawScanResults()
public Mirage getMirageEngine()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |