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