Skip navigation links
C D F G O P R S T 

C

CLASSES_PATH - Static variable in interface org.bridje.srcgen.SrcGenService
The virtual path for the generated classes in the source code generation process.
createClass(String, String, Object) - Method in interface org.bridje.srcgen.SrcGenService
Create a class with the given data and the given template.
createResource(String, String, Object) - Method in interface org.bridje.srcgen.SrcGenService
Creates a new resource with the given data and the given template.

D

DATA_PATH - Static variable in interface org.bridje.srcgen.SrcGenService
The virtual path for the data in the source code generation process.

F

findData() - Method in interface org.bridje.srcgen.SourceGenerator
Finds a Map with the available data that needs to be generated by this object.
findData(Class<T>) - Method in interface org.bridje.srcgen.SrcGenService
Finds the data by the given class, this method will read the data from the default virtual path in the VFS tree and parse all the files that have the content of the given class.
findJavaClass(String) - Method in interface org.bridje.srcgen.SrcGenService
Finds a java class by its full name and parsed it, from the sources folder.
findJavaClasses(Predicate<CompilationUnit>) - Method in interface org.bridje.srcgen.SrcGenService
Finds all classes by the given predicate.
findSuplData(Class<T>) - Method in interface org.bridje.srcgen.SrcGenService
Finds the supplementary data by the given class, this method will read the data from the default virtual path in the VFS tree and parse all the files that have the content of the given class.

G

generateSources(T, VFile) - Method in interface org.bridje.srcgen.SourceGenerator
Generates the sources for the given data and the given file.

O

org.bridje.srcgen - package org.bridje.srcgen
 
org.bridje.srcgen.impl - package org.bridje.srcgen.impl
 

P

parseJavaClass(VFile) - Method in interface org.bridje.srcgen.SrcGenService
Parses the java code from the given file.

R

readFile(VFile, Class<T>) - Method in interface org.bridje.srcgen.SrcGenService
Reads the given xml file.
RESOURCE_PATH - Static variable in interface org.bridje.srcgen.SrcGenService
The virtual path for the generated resources in the source code generation process.

S

SourceGenerator<T> - Interface in org.bridje.srcgen
A source code generator.
SOURCES_PATH - Static variable in interface org.bridje.srcgen.SrcGenService
The virtual path for the the java sources in the code generation process.
SrcGenService - Interface in org.bridje.srcgen
This interface defines the services for source code generation in the bridje modules.
SUPL_PATH - Static variable in interface org.bridje.srcgen.SrcGenService
The virtual path for the suplementary data in the source code generation process.

T

TEMPLATES_PATH - Static variable in interface org.bridje.srcgen.SrcGenService
The virtual path for the templates in the source code generation process.
C D F G O P R S T 
Skip navigation links

Copyright © 2015–2018 Bridje Framework. All rights reserved.