Groovy Documentation

src.groovy.pl.burningice.plugins.image.container
Class ContainerWorkerFactory

java.lang.Object
  src.groovy.pl.burningice.plugins.image.container.ContainerWorkerFactory

class ContainerWorkerFactory

Factory for container workers

author:
pawel.gdula@burningice.pl


Property Summary
ResourcePathProvider resourcePathProvider

 
Constructor Summary
ContainerWorkerFactory()

 
Method Summary
ContainerWorker produce(ImageContainer container)

Method will produce worker based on passed image container

 
Methods inherited from class java.lang.Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Property Detail

resourcePathProvider

ResourcePathProvider resourcePathProvider


 
Constructor Detail

ContainerWorkerFactory

ContainerWorkerFactory()


 
Method Detail

produce

public ContainerWorker produce(ImageContainer container)
Method will produce worker based on passed image container
param:
container Image container for witch we want to get worker


 

Groovy Documentation