- AbstractIDLJMojo - Class in org.codehaus.mojo.idlj
-
This is abstarct class used to decrease the code needed to the creation of the compiler MOJO.
- AbstractIDLJMojo() - Constructor for class org.codehaus.mojo.idlj.AbstractIDLJMojo
-
- AbstractTranslator - Class in org.codehaus.mojo.idlj
-
Shared capabilities for translators.
- AbstractTranslator() - Constructor for class org.codehaus.mojo.idlj.AbstractTranslator
-
- addCompileSourceRoot() - Method in class org.codehaus.mojo.idlj.AbstractIDLJMojo
-
Add generated sources in compile source root
- addCompileSourceRoot() - Method in class org.codehaus.mojo.idlj.IDLJMojo
-
Adds the generated source path to the source directories list so that maven can find the new sources to compile.
- addCompileSourceRoot() - Method in class org.codehaus.mojo.idlj.TestIDLJMojo
-
Adds the generated source path to the test source directories list so that maven can find the new sources to
compile tests.