- 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.