public final class BeanGenConfig
extends java.lang.Object
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Map<java.lang.String,org.joda.beans.gen.BuilderGen> |
getBuilderGenerators() |
The builder generators.
|
java.util.Map<java.lang.String,java.lang.String> |
getBuilderTypes() |
The builder types.
|
java.util.Map<java.lang.String,org.joda.beans.gen.CopyGen> |
getCopyGenerators() |
The copy generators.
|
java.lang.String |
getDefaultStyle() |
Gets the default style to use.
|
java.util.Map<java.lang.String,java.lang.String> |
getImmutableGetClones() |
The builder types.
|
java.util.Map<java.lang.String,java.lang.String> |
getImmutableVarArgs() |
The builder varargs code.
|
java.lang.String |
getIndent() |
Gets the indent to use.
|
java.util.Set<java.lang.String> |
getInvalidImmutableTypes() |
The invalid immutable types.
|
java.lang.String |
getPrefix() |
Gets the prefix to use.
|
static BeanGenConfig |
parse(java.lang.String resourceLocator) |
Parses the configuration file.
|
void |
setDefaultStyle(java.lang.String defaultStyle) |
Sets the default style to use.
|
void |
setIndent(java.lang.String indent) |
Sets the indent to use.
|
void |
setPrefix(java.lang.String prefix) |
Sets the prefix to use.
|
public static BeanGenConfig parse(java.lang.String resourceLocator)
This loads the file as an ini file in this package.
resourceLocator - the configuration resource locator, not nullpublic java.util.Map<java.lang.String,org.joda.beans.gen.CopyGen> getCopyGenerators()
public java.util.Map<java.lang.String,org.joda.beans.gen.BuilderGen> getBuilderGenerators()
public java.util.Map<java.lang.String,java.lang.String> getBuilderTypes()
public java.util.Set<java.lang.String> getInvalidImmutableTypes()
public java.util.Map<java.lang.String,java.lang.String> getImmutableVarArgs()
public java.util.Map<java.lang.String,java.lang.String> getImmutableGetClones()
public java.lang.String getIndent()
public void setIndent(java.lang.String indent)
indent - the indent to use, not nullpublic java.lang.String getPrefix()
public void setPrefix(java.lang.String prefix)
prefix - the prefix to use, not nullpublic java.lang.String getDefaultStyle()
public void setDefaultStyle(java.lang.String defaultStyle)
defaultStyle - the default style to use, not nullCopyright © 2007–2018 Joda.org. All rights reserved.