|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fipaos.util.DocumentRetriever
Constructor Summary | |
DocumentRetriever()
|
Method Summary | |
static byte[] |
getBinDoc(java.lang.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(java.lang.String name)
This varient of the getDoc method will attempt to load the given file from a class-path entry |
static byte[] |
getBinDocFromFile(java.lang.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(java.lang.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 java.lang.String |
getDoc(java.lang.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 java.lang.String |
getDocFromClasspath(java.lang.String name)
This varient of the getDoc method will attempt to load the given file from a class-path entry |
static java.lang.String |
getDocFromFile(java.lang.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 java.lang.String |
getDocFromURL(java.lang.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(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DocumentRetriever()
Method Detail |
public static java.lang.String getDocFromClasspath(java.lang.String name)
public static byte[] getBinDocFromClasspath(java.lang.String name)
public static java.lang.String getDocFromURL(java.lang.String name)
public static byte[] getBinDocFromURL(java.lang.String name)
public static java.lang.String getDocFromFile(java.lang.String name)
public static byte[] getBinDocFromFile(java.lang.String name)
public static java.lang.String getDoc(java.lang.String name)
public static byte[] getBinDoc(java.lang.String name)
public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |