Uses of Interface
com.helger.commons.builder.IBuilder
Packages that use IBuilder
Package
Description
-
Uses of IBuilder in com.helger.commons.builder
Subinterfaces of IBuilder in com.helger.commons.builderModifier and TypeInterfaceDescriptioninterfaceMarker interface for a resettable builder -
Uses of IBuilder in com.helger.commons.concurrent
Classes in com.helger.commons.concurrent that implement IBuilderModifier and TypeClassDescriptionstatic classA builder class for creating instances ofBasicThreadFactory. -
Uses of IBuilder in com.helger.commons.error
Classes in com.helger.commons.error that implement IBuilderModifier and TypeClassDescriptionstatic classSingleError.AbstractBuilder<ERRTYPE extends SingleError,IMPLTYPE extends SingleError.AbstractBuilder<ERRTYPE, IMPLTYPE>> Abstract builder class forSingleErrorand derived classes.static final classThe default builder to buildSingleErrorinstances. -
Uses of IBuilder in com.helger.commons.io.stream
Classes in com.helger.commons.io.stream that implement IBuilderModifier and TypeClassDescriptionstatic classA simple builder to copy an InputStream (StreamHelper.CopyByteStreamBuilder.from(InputStream)) to an OutputStream (StreamHelper.CopyByteStreamBuilder.to(OutputStream)) with certain parameters.static classA simple builder to copy a Reader (StreamHelper.CopyCharStreamBuilder.from(Reader)) to an Writer (StreamHelper.CopyCharStreamBuilder.to(Writer)) with certain parameters. -
Uses of IBuilder in com.helger.commons.string
Classes in com.helger.commons.string that implement IBuilderModifier and TypeClassDescriptionstatic classA simple builder that allows to implode collections of arguments with a lot of customization.static classA simple builder that allows to implode maps of arguments with a lot of customization.