|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.millscript.commons.vfs.util.AbstractChrootEntry
public abstract class AbstractChrootEntry
This class provides a base for the implementation of a chroot'd virtual filesystem entry.
| Constructor Summary | |
|---|---|
AbstractChrootEntry()
|
|
| Method Summary | |
|---|---|
java.lang.StringBuffer |
appendAbsolutePath(java.lang.StringBuffer buffer)
Appends the absolute path to this entry to the specified string buffer. |
java.lang.StringBuffer |
appendAbsolutePathOnVolume(java.lang.StringBuffer buffer)
Appends the absolute path to this entry, from the root folder of this entries volume, to the specified string buffer. |
java.lang.StringBuffer |
appendRelativePathOnVolume(java.lang.StringBuffer buffer)
Appends the relative path to this entry, from the root folder of this entries volume, to the specified string buffer. |
java.lang.String |
getAbsolutePath()
Returns the absolute path to this entry. |
java.lang.String |
getAbsolutePathOnVolume()
Returns the absolute path to this entry, on this entries volume. |
java.lang.String |
getRelativePath()
Returns the relative path to this entry. |
java.lang.String |
getRelativePathOnVolume()
Returns the relative path to this entry, on this entries volume. |
java.net.URI |
getURI()
Returns the URI for this virtual filesystem entry. |
| 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.VEntry |
|---|
appendRelativePath, appendURI, exists, getMIMEType, getMIMETypeHandler, getName, getParent, getVolume, toLocal |
| Constructor Detail |
|---|
public AbstractChrootEntry()
| Method Detail |
|---|
public final java.lang.StringBuffer appendAbsolutePath(java.lang.StringBuffer buffer)
VEntry
appendAbsolutePath in interface VEntrybuffer - the string buffer to append the path to
VEntry.appendAbsolutePath(java.lang.StringBuffer)public final java.lang.StringBuffer appendAbsolutePathOnVolume(java.lang.StringBuffer buffer)
VEntry
appendAbsolutePathOnVolume in interface VEntrybuffer - the string buffer to append the path to
VEntry.appendAbsolutePathOnVolume(java.lang.StringBuffer)public final java.lang.StringBuffer appendRelativePathOnVolume(java.lang.StringBuffer buffer)
VEntry
appendRelativePathOnVolume in interface VEntrybuffer - the string buffer to append the path to
VEntry.appendRelativePathOnVolume(java.lang.StringBuffer)public final java.lang.String getAbsolutePath()
VEntry
getAbsolutePath in interface VEntryVEntry.getAbsolutePath()public final java.lang.String getAbsolutePathOnVolume()
VEntry
getAbsolutePathOnVolume in interface VEntryVEntry.getAbsolutePathOnVolume()public final java.lang.String getRelativePath()
VEntry
getRelativePath in interface VEntryVEntry.getRelativePath()public final java.lang.String getRelativePathOnVolume()
VEntry
getRelativePathOnVolume in interface VEntryVEntry.getRelativePathOnVolume()public final java.net.URI getURI()
VEntry
getURI in interface VEntryVEntry.getURI()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||