Uses of Class
org.nuxeo.ecm.platform.commandline.executor.api.CommandException
Packages that use CommandException
Package
Description
-
Uses of CommandException in org.nuxeo.ecm.platform.commandline.executor.api
Fields in org.nuxeo.ecm.platform.commandline.executor.api declared as CommandExceptionMethods in org.nuxeo.ecm.platform.commandline.executor.api that return CommandExceptionModifier and TypeMethodDescriptionExecResult.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 CommandExceptionModifier and TypeMethodDescriptionabstract voidIMImageUtils.ImageMagickCaller.callImageMagick()protected void -
Uses of CommandException in org.nuxeo.ecm.platform.picture.magick.utils
Methods in org.nuxeo.ecm.platform.picture.magick.utils that throw CommandExceptionModifier and TypeMethodDescriptionstatic voidstatic 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 ImageInfostatic ImageInfoImageResizer.resize(String inputFile, String outputFile, int targetWidth, int targetHeight, int targetDepth) static void