public class DiskFilePathRepresentationFactory
One of the implementations of FilePathRepresentationFactory. Creates DiskFileRepresentation and DiskPathRepresentation implementations.
Type Params | Return Type | Name and description |
---|---|---|
|
FileRepresentation |
createFileRepresentation(java.io.File file) |
|
FileRepresentation |
createFileRepresentation(FileRepresentation parent, java.lang.String child) |
|
PathRepresentation |
createPathRepresentation(java.lang.String first, java.lang.String... more) |
|
FileRepresentation |
createRootDirectoryFileRepresentation(java.io.File file) |
|
static DiskFilePathRepresentationFactory |
instance() |
|
java.lang.String |
normalizeSeparators(java.lang.String path) |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |