public class Processor
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private TestDeployment |
deployment |
private java.util.Collection<ProtocolArchiveProcessor> |
processors |
Constructor and Description |
---|
Processor(TestDeployment deployment,
java.util.Collection<ProtocolArchiveProcessor> processors) |
Modifier and Type | Method and Description |
---|---|
void |
process(org.jboss.shrinkwrap.api.Archive<?> protocol) |
private TestDeployment deployment
private java.util.Collection<ProtocolArchiveProcessor> processors
public Processor(TestDeployment deployment, java.util.Collection<ProtocolArchiveProcessor> processors)