|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.virtual.plugins.context.AbstractVirtualFileHandler
org.jboss.virtual.plugins.context.AbstractURIHandler
public abstract class AbstractURIHandler
URIHandler stub.
Field Summary |
---|
Fields inherited from class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler |
---|
cachedLastModified, log, vfsUrl |
Constructor Summary | |
---|---|
AbstractURIHandler(VFSContext context,
VirtualFileHandler parent,
java.net.URI uri,
java.lang.String name)
Create a newURLHandler. |
Method Summary | |
---|---|
long |
getLastModified()
When the file was last modified |
long |
getSize()
Get the size |
java.net.URI |
getURI()
Get the uri |
boolean |
isHidden()
Whether it is hidden |
java.io.InputStream |
openStream()
Access the file contents. |
java.net.URI |
toURI()
Get the VF URI (file://root/org/jboss/X.java) |
Methods inherited from class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler |
---|
checkClosed, close, doClose, equals, getName, getParent, getPathName, getVFSContext, getVirtualFile, hasBeenModified, hashCode, simpleFindChild, structuredFindChild, toString, toURL, toVfsUrl |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.jboss.virtual.spi.VirtualFileHandler |
---|
findChild, getChildren, isLeaf |
Constructor Detail |
---|
public AbstractURIHandler(VFSContext context, VirtualFileHandler parent, java.net.URI uri, java.lang.String name)
context
- the contextparent
- the parenturi
- the uriname
- the name
java.lang.IllegalArgumentException
- for a null context, vfsPath or urlMethod Detail |
---|
public java.net.URI getURI()
public long getLastModified() throws java.io.IOException
VirtualFileHandler
getLastModified
in interface VirtualFileHandler
java.io.IOException
- for any problem accessing the virtual file systempublic long getSize() throws java.io.IOException
VirtualFileHandler
getSize
in interface VirtualFileHandler
java.io.IOException
- for any problem accessing the virtual file systempublic boolean isHidden() throws java.io.IOException
VirtualFileHandler
isHidden
in interface VirtualFileHandler
java.io.IOException
- for any problem accessing the virtual file systempublic java.io.InputStream openStream() throws java.io.IOException
VirtualFileHandler
openStream
in interface VirtualFileHandler
java.io.IOException
- for any problem accessing the virtual file systempublic java.net.URI toURI()
VirtualFileHandler
toURI
in interface VirtualFileHandler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |