Uses of Class
org.apache.commons.io.build.AbstractOrigin.PathOrigin
Packages that use AbstractOrigin.PathOrigin
Package
Description
Provides classes to implement the builder pattern for IO classes.
-
Uses of AbstractOrigin.PathOrigin in org.apache.commons.io.build
Subclasses with type arguments of type AbstractOrigin.PathOrigin in org.apache.commons.io.buildMethods in org.apache.commons.io.build that return AbstractOrigin.PathOriginModifier and TypeMethodDescriptionprotected static AbstractOrigin.PathOriginAbstractOriginSupplier.newPathOrigin(String origin) Constructs a new path name origin for a path name.protected static AbstractOrigin.PathOriginAbstractOriginSupplier.newPathOrigin(Path origin) Constructs a new path origin for a file.