| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
static byte[] | getBinDoc(String name) This method takes in the name of the documemt that is to be retrieved and will either return the document if successful or will return null after an exception is thrown. |
static byte[] | getBinDocFromClasspath(String name) This varient of the getDoc method will attempt to load the given file from a class-path entry |
static byte[] | getBinDocFromFile(String name) This public getDoc method takes in the name of the documemt that is to be retrieved and will either return the document if successful or will return null after an exception is thrown. |
static byte[] | getBinDocFromURL(String name) This public getDoc method takes in the name of the documemt that is to be retrieved and will either return the document if successful or will return null after an exception is thrown. |
static String | getDoc(String name) This method takes in the name of the documemt that is to be retrieved and will either return the document if successful or will return null after an exception is thrown. |
static String | getDocFromClasspath(String name) This varient of the getDoc method will attempt to load the given file from a class-path entry |
static String | getDocFromFile(String name) This public getDoc method takes in the name of the documemt that is to be retrieved and will either return the document if successful or will return null after an exception is thrown. |
static String | getDocFromURL(String name) This public getDoc method takes in the name of the documemt that is to be retrieved and will either return the document if successful or will return null after an exception is thrown. |
static void | main(String[] args) |
Method Detail |
public static byte[] getBinDoc(String name)
public static byte[] getBinDocFromClasspath(String name)
public static byte[] getBinDocFromFile(String name)
public static byte[] getBinDocFromURL(String name)
public static String getDoc(String name)
public static String getDocFromClasspath(String name)
public static String getDocFromFile(String name)
public static String getDocFromURL(String name)
public static void main(String[] args)
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |