org.owasp.orizon.library
Class Library_to_remove

java.lang.Object
  extended by org.owasp.orizon.O
      extended by org.owasp.orizon.xml.Reader
          extended by org.owasp.orizon.library.Library_to_remove

Deprecated.

public class Library_to_remove
extends Reader

The Owasp Orizon Library. It scans for library.xml file contained in the library root and collects information about the cookbok contained within.

Since:
0.99
Author:
thesp0nge

Field Summary
 
Fields inherited from class org.owasp.orizon.xml.Reader
doc, docBuilder, docBuilderFactory, readFlag, result_ready, xmlFilename
 
Fields inherited from class org.owasp.orizon.O
base64, hasName, initialized, line_start, line_stop, log, reduced, what
 
Constructor Summary
Library_to_remove()
          Deprecated.  
 
Method Summary
static java.lang.String getAuthor()
          Deprecated.  
static java.lang.String getContact()
          Deprecated.  
 java.lang.String getCookBookName(int index)
          Deprecated.  
 int getCookBooksCount()
          Deprecated.  
static java.lang.String getVersion()
          Deprecated.  
static java.lang.String greeting()
          Deprecated.  
 boolean read()
          Deprecated.  
static void setAuthor(java.lang.String author)
          Deprecated.  
static void setContact(java.lang.String contact)
          Deprecated.  
static void setVersion(java.lang.String version)
          Deprecated.  
 
Methods inherited from class org.owasp.orizon.xml.Reader
areResultsReady, clean, dispose, getDocumentRoot, getXmlFilename, isGoodDocumentRoot, isSupported, readCalled, readXmlNode
 
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

Library_to_remove

public Library_to_remove()
Deprecated. 
Method Detail

getCookBooksCount

public int getCookBooksCount()
Deprecated. 

getCookBookName

public java.lang.String getCookBookName(int index)
Deprecated. 

read

public boolean read()
Deprecated. 
Specified by:
read in class Reader

greeting

public static java.lang.String greeting()
Deprecated. 

setAuthor

public static void setAuthor(java.lang.String author)
Deprecated. 

getAuthor

public static java.lang.String getAuthor()
Deprecated. 

setContact

public static void setContact(java.lang.String contact)
Deprecated. 

getContact

public static java.lang.String getContact()
Deprecated. 

setVersion

public static void setVersion(java.lang.String version)
Deprecated. 

getVersion

public static java.lang.String getVersion()
Deprecated.