Class PathConverter.FileURI

All Implemented Interfaces:
Serializable, Function<File,URI>, ObjectConverter<File,URI>
Enclosing class:
PathConverter<S,T>

public static final class PathConverter.FileURI extends PathConverter<File,URI>
Converter from File to URI. This converter changes relative paths to absolute paths.
See Also: