|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TempStore | |
---|---|
org.jboss.virtual | |
org.jboss.virtual.plugins.cache | |
org.jboss.virtual.plugins.context | |
org.jboss.virtual.plugins.copy | |
org.jboss.virtual.spi |
Uses of TempStore in org.jboss.virtual |
---|
Methods in org.jboss.virtual with parameters of type TempStore | |
---|---|
void |
VFS.setTempStore(TempStore store)
Set temp store |
Uses of TempStore in org.jboss.virtual.plugins.cache |
---|
Method parameters in org.jboss.virtual.plugins.cache with type arguments of type TempStore | |
---|---|
void |
PreInitializeVFSContexts.setTempStores(java.util.Map<java.net.URL,TempStore> tempStores)
Set temp stores. |
Uses of TempStore in org.jboss.virtual.plugins.context |
---|
Methods in org.jboss.virtual.plugins.context that return TempStore | |
---|---|
TempStore |
AbstractVFSContext.getTempStore()
|
Methods in org.jboss.virtual.plugins.context with parameters of type TempStore | |
---|---|
void |
AbstractVFSContext.setTempStore(TempStore store)
|
Uses of TempStore in org.jboss.virtual.plugins.copy |
---|
Classes in org.jboss.virtual.plugins.copy that implement TempStore | |
---|---|
class |
DeleteOnExitTempStore
Delete on exit temp store wrapper. |
class |
MkdirTempStore
Mkdir temp store wrapper. |
class |
TrackingTempStore
Track files temp store. |
Constructors in org.jboss.virtual.plugins.copy with parameters of type TempStore | |
---|---|
DeleteOnExitTempStore(TempStore delegate)
|
|
MkdirTempStore(TempStore delegate)
|
|
TrackingTempStore(TempStore delegate)
|
Uses of TempStore in org.jboss.virtual.spi |
---|
Methods in org.jboss.virtual.spi that return TempStore | |
---|---|
TempStore |
VFSContext.getTempStore()
Get temp store. |
Methods in org.jboss.virtual.spi with parameters of type TempStore | |
---|---|
void |
VFSContext.setTempStore(TempStore store)
Set temp store. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |