public class Generator extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Generator.CdkConfigurationModule |
static class |
Generator.EmptyFileManager |
| Modifier and Type | Field and Description |
|---|---|
static String |
OPTIONS |
static String |
RENDERER_UTILS_CLASS |
| Constructor and Description |
|---|
Generator() |
| Modifier and Type | Method and Description |
|---|---|
void |
addOutputFolder(Outputs type,
File outputFolder) |
void |
addSources(Sources type,
Iterable<File> files,
Iterable<File> folders) |
void |
execute() |
String |
getNamespace() |
void |
init() |
void |
setCharset(Charset charset) |
void |
setLoader(CdkClassLoader loader) |
void |
setLocale(Locale locale) |
void |
setLog(Logger log) |
void |
setNamespace(String namespace) |
void |
setOptions(Map<String,String> options) |
public static final String RENDERER_UTILS_CLASS
public static final String OPTIONS
public void setLoader(CdkClassLoader loader)
public void setLog(Logger log)
public void init()
public void execute()
public String getNamespace()
public void setNamespace(String namespace)
public void setLocale(Locale locale)
public void setCharset(Charset charset)
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.