Uses of Class
org.nuxeo.ecm.platform.commandline.executor.api.CommandException
-
Packages that use CommandException Package Description org.nuxeo.ecm.platform.commandline.executor.api org.nuxeo.ecm.platform.picture.core.im org.nuxeo.ecm.platform.picture.magick.utils -
-
Uses of CommandException in org.nuxeo.ecm.platform.commandline.executor.api
Fields in org.nuxeo.ecm.platform.commandline.executor.api declared as CommandException Modifier and Type Field Description protected CommandException
ExecResult. error
Methods in org.nuxeo.ecm.platform.commandline.executor.api that return CommandException Modifier and Type Method Description CommandException
ExecResult. getError()
Rather rely onExecResult.isSuccessful()
to check for the execution success. -
Uses of CommandException in org.nuxeo.ecm.platform.picture.core.im
Methods in org.nuxeo.ecm.platform.picture.core.im that throw CommandException Modifier and Type Method Description abstract void
IMImageUtils.ImageMagickCaller. callImageMagick()
protected void
IMImageUtils.ImageMagickCaller. makeFiles(Blob blob, String targetExt)
-
Uses of CommandException in org.nuxeo.ecm.platform.picture.magick.utils
Methods in org.nuxeo.ecm.platform.picture.magick.utils that throw CommandException Modifier and Type Method Description static void
ImageConverter. convert(String inputFilePath, String outputFilePath)
static void
ImageCropper. crop(String inputFilePath, String outputFilePath, int tileWidth, int tileHeight, int offsetX, int offsetY)
static void
ImageCropperAndResizer. cropAndResize(String inputFilePath, String outputFilePath, int tileWidth, int tileHeight, int offsetX, int offsetY, int targetWidth, int targetHeight)
static void
ImageCropperAndResizer. cropAndResize(String inputFilePath, String outputFilePath, int tileWidth, int tileHeight, int offsetX, int offsetY, int targetWidth, int targetHeight, String mapComponents)
static ImageInfo
ImageIdentifier. getInfo(String inputFilePath)
static ImageInfo
ImageResizer. resize(String inputFile, String outputFile, int targetWidth, int targetHeight, int targetDepth)
static void
ImageRotater. rotate(String inputFile, String outputFile, int angle)
-