|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsrc.groovy.pl.burningice.plugins.image.file.ImageFileFactory
class ImageFileFactory
Produce ImageFile object depends on source
Constructor Summary | |
ImageFileFactory()
|
Method Summary | |
---|---|
static ImageFile
|
produce(java.io.File source)
Overloaded method that will produce LocalImageFile |
static ImageFile
|
produce(MultipartFile source)
Overloaded method that will produce MultipartImageFile |
Methods inherited from class java.lang.Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Constructor Detail |
---|
ImageFileFactory()
Method Detail |
---|
public static ImageFile produce(java.io.File source)
public static ImageFile produce(MultipartFile source)
Groovy Documentation