Class FileItemFactory.AbstractFileItemBuilder<I extends FileItem<I>,B extends FileItemFactory.AbstractFileItemBuilder<I,B>>

java.lang.Object
org.apache.commons.io.build.AbstractSupplier<I,B>
org.apache.commons.io.build.AbstractOriginSupplier<I,B>
org.apache.commons.io.build.AbstractStreamBuilder<I,B>
org.apache.commons.fileupload2.core.FileItemFactory.AbstractFileItemBuilder<I,B>
Type Parameters:
I - the type of FileItem to build.
B - the type of builder subclass.
All Implemented Interfaces:
org.apache.commons.io.function.IOSupplier<I>
Direct Known Subclasses:
DiskFileItem.Builder
Enclosing interface:
FileItemFactory<I extends FileItem<I>>

public abstract static class FileItemFactory.AbstractFileItemBuilder<I extends FileItem<I>,B extends FileItemFactory.AbstractFileItemBuilder<I,B>> extends org.apache.commons.io.build.AbstractStreamBuilder<I,B>
Abstracts building for subclasses.
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
     
     
    org.apache.commons.io.FileCleaningTracker
     
     
     
    boolean
     
     
    setContentType(String contentType)
     
    setFieldName(String fieldName)
     
    setFileCleaningTracker(org.apache.commons.io.FileCleaningTracker fileCleaningTracker)
     
     
    setFileName(String fileName)
     
    setFormField(boolean isFormField)
     

    Methods inherited from class org.apache.commons.io.build.AbstractStreamBuilder Link icon

    getBufferSize, getBufferSizeDefault, getCharSequence, getCharset, getCharsetDefault, getInputStream, getOpenOptions, getOutputStream, getPath, getWriter, setBufferSize, setBufferSize, setBufferSizeChecker, setBufferSizeDefault, setBufferSizeMax, setCharset, setCharset, setCharsetDefault, setOpenOptions

    Methods inherited from class org.apache.commons.io.build.AbstractOriginSupplier Link icon

    checkOrigin, getOrigin, hasOrigin, newByteArrayOrigin, newCharSequenceOrigin, newFileOrigin, newFileOrigin, newInputStreamOrigin, newOutputStreamOrigin, newPathOrigin, newPathOrigin, newReaderOrigin, newURIOrigin, newWriterOrigin, setByteArray, setCharSequence, setFile, setFile, setInputStream, setOrigin, setOutputStream, setPath, setPath, setReader, setURI, setWriter

    Methods inherited from class org.apache.commons.io.build.AbstractSupplier Link icon

    asThis

    Methods inherited from class java.lang.Object Link icon

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.commons.io.function.IOSupplier Link icon

    asSupplier, get