|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FileSystem | |
|---|---|
| org.planx.xmlstore.io | |
| org.planx.xmlstore.nodes | |
| Uses of FileSystem in org.planx.xmlstore.io |
|---|
| Classes in org.planx.xmlstore.io that implement FileSystem | |
|---|---|
class |
LocalFileSystem
An implementation of FileSystem that uses an on-disk file. |
class |
MemoryFileSystem
|
| Methods in org.planx.xmlstore.io with parameters of type FileSystem | |
|---|---|
void |
MemoryFileSystem.copy(FileSystem fs,
LocalLocator fromLoc,
LocalLocator locTo)
|
void |
LocalFileSystem.copy(FileSystem fs,
LocalLocator fromLoc,
LocalLocator locTo)
|
void |
FileSystem.copy(FileSystem fs,
LocalLocator fromLoc,
LocalLocator toLoc)
Copies the data at fromLoc in the specified
FileSystem to toLoc in this
FileSystem. |
| Uses of FileSystem in org.planx.xmlstore.nodes |
|---|
| Methods in org.planx.xmlstore.nodes with parameters of type FileSystem | |
|---|---|
SystemNode |
NodeConverter.load(LocalLocator loc,
Reference secondaryRef,
LocalLocator bound,
FileSystem fs,
LocatorListener listener)
The secondary Reference of the node is used to construct child
NodeProxys with plausible secondary references. |
LocalLocator |
NodeConverter.save(SystemNode node,
LocalLocator bound,
FileSystem fs,
LocatorListener listener)
If a bound is specified, all nodes within it will be saved even if they already have a locator. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||