|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CompilationSource | |
|---|---|
| org.chromattic.dataobject | |
| Uses of CompilationSource in org.chromattic.dataobject |
|---|
| Methods in org.chromattic.dataobject with parameters of type CompilationSource | |
|---|---|
java.lang.Class[] |
DataObjectService.generateAllClasses(CompilationSource source,
java.lang.String... doPaths)
Compiles the specified classes and returns an array containing all the classes generated during the compilation. |
java.util.Map<java.lang.String,java.lang.Class<?>> |
DataObjectService.generateClasses(CompilationSource source,
java.lang.String... doPaths)
Compiles the specified classes and returns a map with a data object path as key and the corresponding compiled data object class. |
java.util.Map<java.lang.String,NodeType> |
DataObjectService.generateSchema(CompilationSource source,
java.lang.String... doPaths)
Generates the node types for the specified data object paths. |
java.lang.String |
DataObjectService.generateSchema(NodeTypeFormat format,
CompilationSource source,
java.lang.String... doPaths)
Generates the node types for the specified data object paths. |
| Constructors in org.chromattic.dataobject with parameters of type CompilationSource | |
|---|---|
DataObjectCompiler(CompilationSource source,
java.lang.String... doPaths)
Create a new do compiler. |
|
DataObjectCompiler(org.exoplatform.services.jcr.ext.script.groovy.JcrGroovyCompiler compiler,
CompilationSource source,
java.lang.String... doPaths)
Create a new do compiler with the provided JCR compiler. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||