public interface ReferencedFileId
(0004,1500)File| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getComponents()
the different components of the File ID
|
java.io.File |
getFile(java.io.File dir)
a File corresponding with this File ID
|
java.lang.String |
getPath()
a (relative) file path created using the default file separator (
File.separatorChar) |
java.lang.String[] getComponents()
java.lang.String getPath()
File.separatorChar)java.io.File getFile(java.io.File dir)
dir - the containing dir from which to start path construction