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 CommandExceptionExecResult. errorMethods in org.nuxeo.ecm.platform.commandline.executor.api that return CommandException Modifier and Type Method Description CommandExceptionExecResult. 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 voidIMImageUtils.ImageMagickCaller. callImageMagick()protected voidIMImageUtils.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 voidImageConverter. convert(String inputFilePath, String outputFilePath)static voidImageCropper. crop(String inputFilePath, String outputFilePath, int tileWidth, int tileHeight, int offsetX, int offsetY)static voidImageCropperAndResizer. cropAndResize(String inputFilePath, String outputFilePath, int tileWidth, int tileHeight, int offsetX, int offsetY, int targetWidth, int targetHeight)static voidImageCropperAndResizer. cropAndResize(String inputFilePath, String outputFilePath, int tileWidth, int tileHeight, int offsetX, int offsetY, int targetWidth, int targetHeight, String mapComponents)static ImageInfoImageIdentifier. getInfo(String inputFilePath)static ImageInfoImageResizer. resize(String inputFile, String outputFile, int targetWidth, int targetHeight, int targetDepth)static voidImageRotater. rotate(String inputFile, String outputFile, int angle)
-