Uses of Class
org.apache.commons.io.build.AbstractOrigin.PathOrigin
-
Packages that use AbstractOrigin.PathOrigin Package Description org.apache.commons.io.build Provides classes to implement IO builders. -
-
Uses of AbstractOrigin.PathOrigin in org.apache.commons.io.build
Methods in org.apache.commons.io.build that return AbstractOrigin.PathOrigin Modifier and Type Method Description protected static AbstractOrigin.PathOrigin
AbstractOriginSupplier. newPathOrigin(java.lang.String origin)
Constructs a new path name origin for a path name.protected static AbstractOrigin.PathOrigin
AbstractOriginSupplier. newPathOrigin(java.nio.file.Path origin)
Constructs a new path origin for a file.
-