|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
static char |
PATH_SEPERATOR
|
static java.lang.String |
PROTOCOL
|
Method Summary | |
org.w3c.dom.Document |
getDocument(java.lang.String pPath)
Gets a Document |
java.net.URLStreamHandler |
getHandler()
Get the URLStreamHandler for the DocSerice |
java.io.InputStream |
getInputStream(java.lang.String pPath)
Gets an InputStream to a document |
java.lang.String[] |
listDocuments(java.lang.String pPath)
List Documents in an Path |
java.lang.String[] |
listSubDirectories(java.lang.String pPath)
List Sub Directories in a Path |
void |
removeDocument(java.lang.String pPath)
Removes a Document |
void |
storeDocument(java.lang.String pPath,
org.w3c.dom.Document pDocument)
Stores a Document |
Field Detail |
public static final java.lang.String PROTOCOL
public static final char PATH_SEPERATOR
Method Detail |
public java.io.InputStream getInputStream(java.lang.String pPath) throws java.io.IOException
pPath
- file name of document you want an inputstream topublic org.w3c.dom.Document getDocument(java.lang.String pPath) throws XMLDocumentNotFound, java.io.IOException
pPath
- file name of document you want to getpublic void storeDocument(java.lang.String pPath, org.w3c.dom.Document pDocument) throws java.io.IOException
pPath
- file name of document you want to storepDocument
- DOM Document object for the Documentpublic void removeDocument(java.lang.String pPath) throws java.io.IOException
pPath
- file name of document you want to storepublic java.lang.String[] listDocuments(java.lang.String pPath) throws java.io.IOException
pPath
- parent path you want to retrieve document names frompublic java.lang.String[] listSubDirectories(java.lang.String pPath) throws java.io.IOException
pPath
- parent path you want to retrieve sub dirs names frompublic java.net.URLStreamHandler getHandler()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |