Package | Description |
---|---|
com.asakusafw.dmdl.java |
Core classes of DMDL Java backend.
|
com.asakusafw.utils.java.model.util |
Utilities for Java DOM building/emitting.
|
Modifier and Type | Method and Description |
---|---|
Emitter |
Configuration.getOutput()
Returns the Java DOM emitter.
|
Constructor and Description |
---|
Configuration(ModelFactory factory,
DmdlSourceRepository source,
Name basePackage,
Emitter output,
ClassLoader serviceClassLoader,
Locale locale)
Creates and returns a new instance.
|
Modifier and Type | Class and Description |
---|---|
class |
Filer
An implementation of
Emitter which generates files into the local file system. |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.