|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.virtual.plugins.context.AbstractVFSContext
org.jboss.virtual.plugins.context.file.FileSystemContext
org.jboss.virtual.plugins.copy.TempContext
public class TempContext
Temp context;
Field Summary |
---|
Fields inherited from class org.jboss.virtual.plugins.context.file.FileSystemContext |
---|
staticLog |
Fields inherited from class org.jboss.virtual.plugins.context.AbstractVFSContext |
---|
log |
Constructor Summary | |
---|---|
TempContext(java.io.File file,
VFSContext oldContext,
java.lang.String relativePath)
|
Method Summary | |
---|---|
void |
cleanupTempInfo(java.lang.String path)
Cleanup all temp infos under path param. |
TempInfo |
getTempInfo(java.lang.String path)
Get exact temp info match. |
Methods inherited from class org.jboss.virtual.plugins.context.file.FileSystemContext |
---|
createVirtualFileHandler, createVirtualFileHandler, exists, getConstraints, getName, getRoot, isForcedCaseSensitive, mountZipFS |
Methods inherited from class org.jboss.virtual.plugins.context.AbstractVFSContext |
---|
addTempInfo, cleanup, createNewOptions, equals, getChild, getChildren, getChildURL, getExceptionHandler, getFurthestParentTemp, getOption, getOption, getOption, getOptions, getPeerContext, getRootPeer, getRootURI, getTempInfos, getTempStore, getVFS, hashCode, setExceptionHandler, setOption, setOptionsToURL, setRootPeer, setTempStore, toString, visit, visit |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TempContext(java.io.File file, VFSContext oldContext, java.lang.String relativePath) throws java.io.IOException, java.net.URISyntaxException
java.io.IOException
java.net.URISyntaxException
Method Detail |
---|
public TempInfo getTempInfo(java.lang.String path)
VFSContext
getTempInfo
in interface VFSContext
getTempInfo
in class AbstractVFSContext
path
- the path to match
public void cleanupTempInfo(java.lang.String path)
VFSContext
cleanupTempInfo
in interface VFSContext
cleanupTempInfo
in class AbstractVFSContext
path
- the path to cleanup
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |