|
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.ContainerUtils
class ContainerUtils
Provide helper methods for working with ImageContainers
Property Summary | |
---|---|
private static def |
NAME_ELEMENTS_DELIMITER
|
Constructor Summary | |
ContainerUtils()
|
Method Summary | |
---|---|
static def
|
getConfig(ImageContainer imageContainer)
Returns configuration for specified container |
static def
|
getFullName(def sizeName, ImageContainer imageContainer, def config)
Returns full name (with extension) for image with specified size |
static def
|
getImageContainerName(def imageContainer)
Returns class name for specified container |
static def
|
getImageExtension(java.lang.String imageName)
Retrieve file extension from name of file |
static def
|
getName(def sizeName, ImageContainer imageContainer, def config)
Returns name (without extension) for image with specified size |
Methods inherited from class java.lang.Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Property Detail |
---|
private static final def NAME_ELEMENTS_DELIMITER
Constructor Detail |
---|
ContainerUtils()
Method Detail |
---|
public static def getConfig(ImageContainer imageContainer)
public static def getFullName(def sizeName, ImageContainer imageContainer, def config)
public static def getImageContainerName(def imageContainer)
public static def getImageExtension(java.lang.String imageName)
public static def getName(def sizeName, ImageContainer imageContainer, def config)
Groovy Documentation