@Immutable public interface TRex
TFile
and TPath
.
This interface is of little practical use and solely exists for providing
a common abstraction layer with a common Javadoc.
Application developers should not use it - hence the silly name.Modifier and Type | Method and Description |
---|---|
TArchiveDetector |
getArchiveDetector()
Returns the
TArchiveDetector which was used to detect any
archive files in the path name of this object at construction time. |
FsMountPoint |
getMountPoint()
Returns the file system mount point for this path.
|
FsNodeName |
getNodeName()
Returns the file system entry name.
|
FsNodePath |
getNodePath()
Returns the file system node path with an absolute URI.
|
URI |
getUri()
Returns the absolute URI for this object.
|
TFile |
toFile()
Returns a file representation of this object.
|
TPath |
toPath()
Returns a path representation of this object.
|
TArchiveDetector getArchiveDetector()
TArchiveDetector
which was used to detect any
archive files in the path name of this object at construction time.TArchiveDetector
which was used to detect any
archive files in the path name of this object at construction
time.FsMountPoint getMountPoint()
FsNodeName getNodeName()
FsNodePath getNodePath()
URI getUri()
TFile toFile()
TPath toPath()
Copyright © 2005–2018 Schlichtherle IT Services. All rights reserved.