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, waitconfigure, getResultingArchive, handles, importBuildOutputprotected 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 © 2014 JBoss by Red Hat. All rights reserved.