|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectthings.thinger.io.FileSystemTools
public class FileSystemTools
File System tools. Static tools for all types of file systems.
Version History
EPG - Initial - 11 JUN05
Field Summary | |
---|---|
static java.lang.String |
ROOT
This is the assumed mount root for any filesystem. |
Constructor Summary | |
---|---|
FileSystemTools()
|
Method Summary | |
---|---|
static java.lang.String |
normalizePath(java.lang.String in)
This will normalize the path to make sure it doesn't refer to non-filesystem paths. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String ROOT
Constructor Detail |
---|
public FileSystemTools()
Method Detail |
---|
public static java.lang.String normalizePath(java.lang.String in) throws ThingsException
in
- the path to normalize
java.lang.Exception
ThingsException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |