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 TypeClassDescriptionclass
AbstractOrigin<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 class
Abyte[]
origin.static class
ACharSequence
origin.static class
AFile
origin.static class
AnInputStream
origin.static class
AnOutputStream
origin.static class
APath
origin.static class
AnReader
origin.static class
AURI
origin.static class
AnWriter
origin.Fields in org.apache.commons.io.build declared as AbstractOriginModifier and TypeFieldDescriptionprivate AbstractOrigin
<?, ?> AbstractOriginSupplier.origin
The 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 B
AbstractOriginSupplier.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.Builder
Tailer.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