Groovy Documentation

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

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

class SaveToDbCommand

Provide usability of saving images in DB

author:
pawel.gdula@burningice.pl


Property Summary
private DBImageContainer container

private java.lang.String size

 
Constructor Summary
SaveToDbCommand(DBImageContainer container, java.lang.String size)

 
Method Summary
void execute(byte[] source, java.lang.String extension)

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

Property Detail

container

private DBImageContainer container


size

private java.lang.String size


 
Constructor Detail

SaveToDbCommand

public SaveToDbCommand(DBImageContainer container, java.lang.String size)


 
Method Detail

execute

public void execute(byte[] source, java.lang.String extension)


 

Groovy Documentation