| Class | Description |
|---|---|
| DotFileFilter |
Filter used with DirectoryStreams to avoid the load of hidden files
|
| InternalNIOClassLoaderProviderImpl | |
| InternalNIODefaultCompilationRequest |
NIO2 internal implementation of CompilationRequest, holds the information for the AFMavenCli
|
| InternalNIODefaultIncrementalCompilerEnabler |
It process all the poms found into a prj changing the build tag accordingly to the internal algo
|
| InternalNIODefaultMavenCompiler |
Run maven with https://maven.apache.org/ref/3.3.9/maven-embedder/xref/index.html
to use Takari plugins like a black box
InternalNIOMavenCompiler compiler = new InternalNIODefaultMavenCompiler();
or
InternalNIOMavenCompiler compiler = InternalNIOMavenCompilerFactory.getCompiler(Decorator.LOG_OUTPUT_AFTER);
InternalNIOWorkspaceCompilationInfo info = new InternalNIOWorkspaceCompilationInfo(tmp);
InternalNIOCompilationRequest req = new InternalNIODefaultCompilationRequest(mavenRepo, info,new String[]{MavenArgs.COMPILE},new HashMap<>(), Boolean.TRUE );
CompilationResponse res = compiler.compileSync(req);
|
| InternalNIODefaultPomEditor |
Default NIO2 Internal impl specialization of the generic DefaultPomEditor
|
| InternalNIOMavenCompilerFactory |
Factory to create compilers based on the Internal Nio implementation with correct order of decorators
|
| InternalNIOMavenUtils |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.