Groovy Documentation

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

java.lang.Object
  src.groovy.pl.burningice.plugins.image.container.ContainerWorker
      src.groovy.pl.burningice.plugins.image.container.FileContainerWorker

class FileContainerWorker
extends ContainerWorker

Worker for File container

author:
pawel.gdula@burningice.pl


Property Summary
ResourcePathProvider resourcePathProvider

 
Constructor Summary
FileContainerWorker()

 
Method Summary
void delete()

SaveCommand getSaveCommand(java.lang.String size)

boolean hasImage()

 
Methods inherited from class ContainerWorker
delete, getSaveCommand, hasImage, isPersisted, toString
 

Property Detail

resourcePathProvider

ResourcePathProvider resourcePathProvider


 
Constructor Detail

FileContainerWorker

FileContainerWorker()


 
Method Detail

delete

void delete()


getSaveCommand

SaveCommand getSaveCommand(java.lang.String size)


hasImage

boolean hasImage()


 

Groovy Documentation