| Class | Description |
|---|---|
| DotFileFilter |
Filter used with DirectoryStreams to avoid the load of hidden files
|
| NIOClassLoaderProviderImpl | |
| NIODefaultCompilationRequest |
NIO2 implementation of CompilationRequest, holds the information for the AFMavenCli
|
| NIODefaultIncrementalCompilerEnabler |
It process all the poms founded into a prj changing the build tag accordingly to the internal algo
|
| NIODefaultMavenCompiler |
Run maven with https://maven.apache.org/ref/3.3.9/maven-embedder/xref/index.html
to use Takari plugins like a black box
NIOMavenCompiler compiler = new NIODefaultMavenCompiler();
or
NIOMavenCompiler compiler = NIOMavenCompilerFactory.getCompiler(Decorator.LOG_OUTPUT_AFTER);
NIOWorkspaceCompilationInfo info = new NIOWorkspaceCompilationInfo(prj_folder);
NIOCompilationRequest req = new NIODefaultCompilationRequest(mavenRepo,info,new String[]{MavenArgs.COMPILE}, new HashMap(), Boolean.TRUE);
CompilationResponse res = compiler.compileSync(req);
|
| NIODefaultPomEditor |
Default NIO2 impl specialization of the generic DefaultPomEditor
|
| NIOMavenCompilerFactory |
Factory to create compilers based on the NIO2 implementation with correct order of decorators
|
| NIOMavenUtils | |
| NIOWorkspaceCompilationInfo |
Holds informations shared with the NIO2 and Kie NIO2 compilers and the Compilation Request/Response
|
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.