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 the builder pattern for IO classes. -
-
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.PathOriginAbstractOriginSupplier. newPathOrigin(java.lang.String origin)Constructs a new path name origin for a path name.protected static AbstractOrigin.PathOriginAbstractOriginSupplier. newPathOrigin(java.nio.file.Path origin)Constructs a new path origin for a file.
-