|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.millscript.commons.vfs.AbstractVVolume
public abstract class AbstractVVolume
The class provides a skeletal virtual filesystem volume.
| Constructor Summary | |
|---|---|
protected |
AbstractVVolume(VEntry e)
Constructs a new virtual volume, using the VFS from the specified entry. |
protected |
AbstractVVolume(VFS v)
Constructs a new virtual volume, using the specified VFS. |
| Method Summary | |
|---|---|
java.lang.StringBuffer |
appendBaseURI(java.lang.StringBuffer buffer)
Appends the base URI of this volume to the specified string buffer. |
org.millscript.commons.alert.Alert |
decorate(org.millscript.commons.alert.Alert alert)
|
VFS |
getParentVFS()
Returns the parent VFS, that which created this URI scheme handler. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.millscript.commons.vfs.VVolume |
|---|
getRootVFolder, getURI |
| Constructor Detail |
|---|
protected AbstractVVolume(VFS v)
v - the VFS that was used to create this volumeprotected AbstractVVolume(VEntry e)
e - the entry whose VFS to use| Method Detail |
|---|
public java.lang.StringBuffer appendBaseURI(java.lang.StringBuffer buffer)
VVolume
appendBaseURI in interface VVolumebuffer - the string buffer to append the base URI to
VVolume.appendBaseURI(java.lang.StringBuffer)public org.millscript.commons.alert.Alert decorate(org.millscript.commons.alert.Alert alert)
decorate in interface org.millscript.commons.alert.AlertDecoratorAlertDecorator.decorate(org.millscript.commons.alert.Alert)public VFS getParentVFS()
VVolume
getParentVFS in interface VVolumeVVolume.getParentVFS()public final java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||