org.owasp.orizon.library
Class Librarian

java.lang.Object
  extended by org.owasp.orizon.library.Librarian

public class Librarian
extends java.lang.Object

This class gives a static mapping for default library items and services

Since:
1.16.a
Author:
thesp0nge

Field Summary
static java.lang.Integer CRAWL_C
           
static java.lang.Integer CRAWL_JAVA
           
static java.lang.Integer CRAWL_PHP
           
 
Constructor Summary
Librarian()
           
 
Method Summary
 boolean available(java.lang.Integer code)
           
 java.lang.String say(java.lang.Integer code)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CRAWL_PHP

public static final java.lang.Integer CRAWL_PHP

CRAWL_JAVA

public static final java.lang.Integer CRAWL_JAVA

CRAWL_C

public static final java.lang.Integer CRAWL_C
Constructor Detail

Librarian

public Librarian()
Method Detail

available

public boolean available(java.lang.Integer code)

say

public java.lang.String say(java.lang.Integer code)