Uses of Class
org.nuxeo.ecm.platform.commandline.executor.api.CommandNotAvailable
Package
Description
-
Uses of CommandNotAvailable in org.nuxeo.ecm.platform.commandline.executor.api
Modifier and TypeMethodDescriptionCommandLineExecutorService.execCommand
(String commandName, CmdParameters params) -
Uses of CommandNotAvailable in org.nuxeo.ecm.platform.commandline.executor.service
Modifier and TypeMethodDescriptionCommandLineExecutorComponent.execCommand
(String commandName, CmdParameters params) -
Uses of CommandNotAvailable in org.nuxeo.ecm.platform.picture.core.im
Modifier and TypeMethodDescriptionabstract void
IMImageUtils.ImageMagickCaller.callImageMagick()
protected void
-
Uses of CommandNotAvailable in org.nuxeo.ecm.platform.picture.magick.utils
Modifier and TypeMethodDescriptionstatic void
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 ExecResult
ImageIdentifier.getIdentifyResult
(String inputFilePath) static ImageInfo
static ImageInfo
ImageResizer.resize
(String inputFile, String outputFile, int targetWidth, int targetHeight, int targetDepth) static void
-
Uses of CommandNotAvailable in org.nuxeo.ecm.platform.video.tools.operations