Uses of Class
de.xima.fc.workflow.PathResourceDescriptor
-
Packages that use PathResourceDescriptor Package Description de.xima.fc.workflow -
-
Uses of PathResourceDescriptor in de.xima.fc.workflow
Methods in de.xima.fc.workflow that return PathResourceDescriptor Modifier and Type Method Description static PathResourceDescriptor
PathResourceDescriptor. fromFile(File file, Charset charset, OpenOption... openOptions)
Creates a new resource descriptor that reads data from the given file.static PathResourceDescriptor
PathResourceDescriptor. fromPath(Path path, Charset charset, OpenOption... openOptions)
Creates a new resource descriptor that reads data from the given file.
-