Uses of Interface
com.helger.base.builder.IBuilder
Packages that use IBuilder
Package
Description
-
Uses of IBuilder in com.helger.base.builder
Subinterfaces of IBuilder in com.helger.base.builderModifier and TypeInterfaceDescriptioninterfaceMarker interface for a resettable builder -
Uses of IBuilder in com.helger.base.concurrent
Classes in com.helger.base.concurrent that implement IBuilderModifier and TypeClassDescriptionclassA builder class for creating instances ofBasicThreadFactory. -
Uses of IBuilder in com.helger.base.io.stream
Classes in com.helger.base.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.base.string
Classes in com.helger.base.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.