|
||||||||||
| 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.mime.AbstractMIMEVVolume
public abstract class AbstractMIMEVVolume
The class provides a skeletal virtual filesystem volume, intended for easing support for different MIME types.
| Constructor Summary | |
|---|---|
protected |
AbstractMIMEVVolume(AbstractVFile<?> parentFile)
Constructs a new virtual volume from the specified virtual file. |
| Method Summary | |
|---|---|
protected VFile |
getParentVFile()
|
VFolder |
getRootVFolder()
Returns the root VFolder for this virtual volume. |
protected LocalFile |
getTempBackingFile()
|
java.net.URI |
getURI()
Returns the URI for the root of this virtual filesystem volume. |
protected abstract VFolder |
makeRootVFolder(VFile sourceFile)
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 AbstractMIMEVVolume(AbstractVFile<?> parentFile)
parentFile - the virtual file to make this volume from, i.e. a
reference to a ZIP file.| Method Detail |
|---|
protected VFile getParentVFile()
public VFolder getRootVFolder()
VVolume
VVolume.getRootVFolder()protected LocalFile getTempBackingFile()
public final java.net.URI getURI()
VVolume
VVolume.getURI()protected abstract VFolder makeRootVFolder(VFile sourceFile)
sourceFile - the virtual file for the source of this volume
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||