Uses of Interface
com.helger.commons.builder.IBuilder
-
Packages that use IBuilder Package Description com.helger.commons.builder com.helger.commons.concurrent com.helger.commons.error com.helger.commons.io.stream com.helger.commons.string -
-
Uses of IBuilder in com.helger.commons.builder
Subinterfaces of IBuilder in com.helger.commons.builder Modifier and Type Interface Description interfaceIResettableBuilder<T>Marker interface for a resettable builder -
Uses of IBuilder in com.helger.commons.concurrent
Classes in com.helger.commons.concurrent that implement IBuilder Modifier and Type Class Description static classBasicThreadFactory.BuilderA builder class for creating instances ofBasicThreadFactory. -
Uses of IBuilder in com.helger.commons.error
Classes in com.helger.commons.error that implement IBuilder Modifier and Type Class Description static classSingleError.AbstractBuilder<ERRTYPE extends SingleError,IMPLTYPE extends SingleError.AbstractBuilder<ERRTYPE,IMPLTYPE>>Abstract builder class forSingleErrorand derived classes.static classSingleError.BuilderThe default builder to buildSingleErrorinstances. -
Uses of IBuilder in com.helger.commons.io.stream
Classes in com.helger.commons.io.stream that implement IBuilder Modifier and Type Class Description static classStreamHelper.CopyByteStreamBuilderA simple builder to copy an InputStream (StreamHelper.CopyByteStreamBuilder.from(InputStream)) to an OutputStream (StreamHelper.CopyByteStreamBuilder.to(OutputStream)) with certain parameters.static classStreamHelper.CopyCharStreamBuilderA 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 IBuilder Modifier and Type Class Description static classStringHelper.ImploderBuilderA simple builder that allows to implode collections of arguments with a lot of customization.static classStringHelper.ImploderBuilderMapA simple builder that allows to implode maps of arguments with a lot of customization.
-