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