public class ResourceProduction extends Object implements Producer
| Constructor and Description |
|---|
ResourceProduction() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
doesProduce() |
boolean |
doesProduce(Resource<ResourceType> resource) |
Set<Resource<ResourceType>> |
getOutputs() |
void |
setOutputs(Resource<ResourceType>... resources) |
public boolean doesProduce()
doesProduce in interface Producerpublic boolean doesProduce(Resource<ResourceType> resource)
doesProduce in interface SupportsProductionpublic void setOutputs(Resource<ResourceType>... resources)
setOutputs in interface Producerpublic Set<Resource<ResourceType>> getOutputs()
getOutputs in interface ProducerCopyright © 2014 JBoss, a division of Red Hat. All rights reserved.