|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.could.webdav.DAVRepository
it.could.webdav.XMLRepository
A DAVRepository
instance enforcing all DAVResource
s to
be XML files.
Constructor Summary | |
XMLRepository(File root)
Create a new XMLRepository instance. |
Method Summary | |
DAVResource |
getResource(URI uri)
Return the DAVResource associated with a URI . |
Methods inherited from class it.could.webdav.DAVRepository |
addListener, getRepositoryURI, getResource, notify, removeListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XMLRepository(File root) throws IOException
Create a new XMLRepository
instance.
Method Detail |
public DAVResource getResource(URI uri) throws IOException
Return the DAVResource
associated with a URI
.
getResource
in class DAVRepository
uri
- an absolute or relative URI
identifying the resource.
DAVResource
instance.
IOException
- If the resource could not be resolved.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |