| Package | Description |
|---|---|
| com.helger.commons.builder | |
| com.helger.commons.concurrent | |
| com.helger.commons.error | |
| com.helger.commons.io.stream | |
| com.helger.commons.string |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IResettableBuilder<T>
Marker interface for a resettable builder
|
| Modifier and Type | Class and Description |
|---|---|
static class |
BasicThreadFactory.Builder
A builder class for creating instances of
BasicThreadFactory. |
| Modifier and Type | Class and Description |
|---|---|
static class |
SingleError.AbstractBuilder<ERRTYPE extends SingleError,IMPLTYPE extends SingleError.AbstractBuilder<ERRTYPE,IMPLTYPE>>
Abstract builder class for
SingleError and derived classes. |
static class |
SingleError.Builder
The default builder to build
SingleError instances. |
| Modifier and Type | Class and Description |
|---|---|
static class |
StreamHelper.CopyByteStreamBuilder
A simple builder to copy an InputStream (
StreamHelper.CopyByteStreamBuilder.from(InputStream)) to an
OutputStream (StreamHelper.CopyByteStreamBuilder.to(OutputStream)) with certain parameters. |
static class |
StreamHelper.CopyCharStreamBuilder
A simple builder to copy a Reader (
StreamHelper.CopyCharStreamBuilder.from(Reader)) to an Writer
(StreamHelper.CopyCharStreamBuilder.to(Writer)) with certain parameters. |
| Modifier and Type | Class and Description |
|---|---|
static class |
StringHelper.ImploderBuilder
A simple builder that allows to implode collections of arguments with a lot
of customization.
|
static class |
StringHelper.ImploderBuilderMap
A simple builder that allows to implode maps of arguments with a lot of
customization.
|
Copyright © 2014–2022 Philip Helger. All rights reserved.