|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectsrc.groovy.pl.burningice.plugins.image.container.ContainerWorker
class ContainerWorker
Provide interface for actions on image containers: File and Db
Property Summary | |
---|---|
def |
config
|
ImageContainer |
container
|
Constructor Summary | |
ContainerWorker()
|
Method Summary | |
---|---|
void
|
delete()
|
SaveCommand
|
getSaveCommand(java.lang.String size)
|
boolean
|
hasImage()
|
def
|
isPersisted()
|
java.lang.String
|
toString()
|
Methods inherited from class java.lang.Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Property Detail |
---|
@Lazy public def config
ImageContainer container
Constructor Detail |
---|
ContainerWorker()
Method Detail |
---|
public void delete()
public SaveCommand getSaveCommand(java.lang.String size)
public boolean hasImage()
public def isPersisted()
public java.lang.String toString()
Groovy Documentation