ARCHIVETYPE
- Type of the archive producedpublic abstract class AbstractCompilingProcessor<ARCHIVETYPE extends org.jboss.shrinkwrap.api.Archive<ARCHIVETYPE>> extends Object implements PackagingProcessor<ARCHIVETYPE>
Modifier and Type | Field and Description |
---|---|
protected MavenWorkingSession |
session |
Constructor and Description |
---|
AbstractCompilingProcessor() |
Modifier and Type | Method and Description |
---|---|
protected AbstractCompilingProcessor<ARCHIVETYPE> |
compile(File inputDirectory,
File outputDirectory,
ScopeType... scopes) |
protected PackagingProcessor<ARCHIVETYPE> |
configure(MavenWorkingSession session) |
protected static boolean |
hasGeneratedName(org.jboss.shrinkwrap.api.Archive<?> archive) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
configure, getResultingArchive, handles, importBuildOutput
protected MavenWorkingSession session
protected PackagingProcessor<ARCHIVETYPE> configure(MavenWorkingSession session)
protected AbstractCompilingProcessor<ARCHIVETYPE> compile(File inputDirectory, File outputDirectory, ScopeType... scopes)
protected static boolean hasGeneratedName(org.jboss.shrinkwrap.api.Archive<?> archive)
Copyright © 2016 JBoss by Red Hat. All rights reserved.