|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.millscript.commons.vfs.AbstractVVolume
org.millscript.commons.vfs.protocols.AbstractProtocolVVolume
public abstract class AbstractProtocolVVolume
The class provides a skeletal virtual filesystem volume, intended for easing support for different protocols.
| Constructor Summary | |
|---|---|
protected |
AbstractProtocolVVolume(VFS v,
java.net.URI root)
Constructs a new virtual volume with the specified root URI, using the default root VFolder. |
| Method Summary | |
|---|---|
VFolder |
getRootVFolder()
Returns the root VFolder for this virtual volume. |
java.net.URI |
getURI()
Returns the URI for the root of this virtual filesystem volume. |
protected abstract VFolder |
makeRootVFolder()
Constructs the root folder for this volume, with the specified parent folder and returns it. |
| Methods inherited from class org.millscript.commons.vfs.AbstractVVolume |
|---|
appendBaseURI, decorate, getParentVFS, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected AbstractProtocolVVolume(VFS v,
java.net.URI root)
makeRootVFolder method.
v - the VFS that was used to create this volumeroot - the virtual filesystem volume root| Method Detail |
|---|
public VFolder getRootVFolder()
VVolume
VVolume.getRootVFolder()public final java.net.URI getURI()
VVolume
VVolume.getURI()protected abstract VFolder makeRootVFolder()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||