|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.joda.beans.gen.BeanGenConfig
public final class BeanGenConfig
Configuration for the code generator.
| Method Summary | |
|---|---|
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. |
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 |
setIndent(String indent)
Sets the indent to use. |
void |
setPrefix(String prefix)
Sets the prefix to use. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static BeanGenConfig parse(String resourceLocator)
This loads the file as an ini file in this package.
resourceLocator - the configuration resource locator, not null
public 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 null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||