public class IncrementalLibraryCompiler extends LibraryCompilerWrapper
| Modifier and Type | Field and Description |
|---|---|
LibraryCache |
javaCache |
LibraryCache |
nonJavaCache |
delegate| Constructor and Description |
|---|
IncrementalLibraryCompiler(com.google.inject.Injector injector) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterJavaSourceProcessing() |
void |
beforeJavaSourceProcessing() |
void |
completeLibrary() |
void |
processNonJavaSources() |
processJavaSource@Inject @Cache(value=JAVA_SOURCES) public LibraryCache javaCache
@Inject @Cache(value=NON_JAVA_SOURCES) public LibraryCache nonJavaCache
@Inject public IncrementalLibraryCompiler(com.google.inject.Injector injector)
public void beforeJavaSourceProcessing()
beforeJavaSourceProcessing in interface LibraryCompilerbeforeJavaSourceProcessing in class LibraryCompilerWrapperpublic void afterJavaSourceProcessing()
afterJavaSourceProcessing in interface LibraryCompilerafterJavaSourceProcessing in class LibraryCompilerWrapperpublic void processNonJavaSources()
throws CdkException
processNonJavaSources in interface LibraryCompilerprocessNonJavaSources in class LibraryCompilerWrapperCdkExceptionpublic void completeLibrary()
throws CdkException
completeLibrary in interface LibraryCompilercompleteLibrary in class LibraryCompilerWrapperCdkExceptionCopyright © 2014 JBoss by Red Hat. All Rights Reserved.