|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.millscript.commons.vfs.protocols.AbstractURISchemeHandler
public abstract class AbstractURISchemeHandler
This class provides a base for other implementations of the URISchemeHandler interface.
| Constructor Summary | |
|---|---|
protected |
AbstractURISchemeHandler(VFS v)
Constructs a new URI scheme handler for the specified VFS. |
| Method Summary | |
|---|---|
VFS |
getParentVFS()
Returns the parent VFS, that which created this URI scheme handler. |
void |
validate(java.net.URI uri)
Validates the specified URI to see if it is suitable for resolving into a VFS. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.millscript.commons.vfs.protocols.URISchemeHandler |
|---|
resolveAsFile, resolveAsFolder, resolveAsVolume |
| Constructor Detail |
|---|
protected AbstractURISchemeHandler(VFS v)
v - the VFS for this handler| Method Detail |
|---|
public VFS getParentVFS()
URISchemeHandler
getParentVFS in interface URISchemeHandlerURISchemeHandler.getParentVFS()public final void validate(java.net.URI uri)
uri - the URI to validate
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||