Uses of Class
org.apache.commons.io.build.AbstractOrigin
Packages that use AbstractOrigin
Package
Description
Provides classes to implement IO builders.
Provides implementations of input classes, such as
InputStream and Reader.Provides implementations of output classes, such as
OutputStream and
Writer.-
Uses of AbstractOrigin in org.apache.commons.io.build
Classes in org.apache.commons.io.build with type parameters of type AbstractOriginModifier and TypeClassDescriptionclassAbstractOrigin<T,B extends AbstractOrigin<T, B>> Abstracts the origin of data for builders like aFile,Path,Reader,Writer,InputStream,OutputStream, andURI.Subclasses of AbstractOrigin in org.apache.commons.io.buildModifier and TypeClassDescriptionstatic classAbyte[]origin.static classACharSequenceorigin.static classAFileorigin.static classAnInputStreamorigin.static classAnOutputStreamorigin.static classAPathorigin.static classAnReaderorigin.static classAURIorigin.static classAnWriterorigin.Fields in org.apache.commons.io.build declared as AbstractOriginModifier and TypeFieldDescriptionprivate AbstractOrigin<?, ?> AbstractOriginSupplier.originThe underlying origin.Methods in org.apache.commons.io.build that return AbstractOriginModifier and TypeMethodDescriptionprotected AbstractOrigin<?, ?> AbstractOriginSupplier.checkOrigin()Checks whether the origin is null.protected AbstractOrigin<?, ?> AbstractOriginSupplier.getOrigin()Gets the origin.Methods in org.apache.commons.io.build with parameters of type AbstractOriginModifier and TypeMethodDescriptionprotected BAbstractOriginSupplier.setOrigin(AbstractOrigin<?, ?> origin) Sets a new origin. -
Uses of AbstractOrigin in org.apache.commons.io.input
Methods in org.apache.commons.io.input with parameters of type AbstractOriginModifier and TypeMethodDescriptionprotected Tailer.BuilderTailer.Builder.setOrigin(AbstractOrigin<?, ?> origin) Sets the origin. -
Uses of AbstractOrigin in org.apache.commons.io.output
Fields in org.apache.commons.io.output declared as AbstractOriginModifier and TypeFieldDescriptionprivate AbstractOrigin<?, ?> LockableFileWriter.Builder.lockDirectory