public interface InputPath extends InputComponent
File for files or directories.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
absolutePath()
Deprecated.
since 6.5 use
uri() |
java.io.File |
file()
Deprecated.
since 6.5 use
uri() |
java.nio.file.Path |
path()
Deprecated.
since 6.5 use
uri() |
java.lang.String |
relativePath()
Deprecated.
since 6.5 use
uri() |
java.net.URI |
uri()
Identifier of the component.
|
isFile, key@Deprecated java.lang.String relativePath()
uri()InputFile.relativePath(),
InputDir.relativePath()@Deprecated java.lang.String absolutePath()
uri()InputFile.absolutePath(),
InputDir.absolutePath()@Deprecated java.io.File file()
uri()InputFile.file(),
InputDir.file()@Deprecated java.nio.file.Path path()
uri()InputFile.path(),
InputDir.path()java.net.URI uri()