Uses of Class
org.nuxeo.ecm.platform.commandline.executor.api.CommandNotAvailable
Packages that use CommandNotAvailable
Package
Description
-
Uses of CommandNotAvailable in org.nuxeo.ecm.platform.commandline.executor.api
Methods in org.nuxeo.ecm.platform.commandline.executor.api that throw CommandNotAvailableModifier and TypeMethodDescriptionCommandLineExecutorService.execCommand(String commandName, CmdParameters params) -
Uses of CommandNotAvailable in org.nuxeo.ecm.platform.commandline.executor.service
Methods in org.nuxeo.ecm.platform.commandline.executor.service that throw CommandNotAvailableModifier and TypeMethodDescriptionCommandLineExecutorComponent.execCommand(String commandName, CmdParameters params) -
Uses of CommandNotAvailable in org.nuxeo.ecm.platform.picture.core.im
Methods in org.nuxeo.ecm.platform.picture.core.im that throw CommandNotAvailableModifier and TypeMethodDescriptionabstract voidIMImageUtils.ImageMagickCaller.callImageMagick()protected void -
Uses of CommandNotAvailable in org.nuxeo.ecm.platform.picture.magick.utils
Methods in org.nuxeo.ecm.platform.picture.magick.utils that throw CommandNotAvailableModifier 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 ExecResultImageIdentifier.getIdentifyResult(String inputFilePath) static ImageInfostatic ImageInfoImageResizer.resize(String inputFile, String outputFile, int targetWidth, int targetHeight, int targetDepth) static void -
Uses of CommandNotAvailable in org.nuxeo.ecm.platform.video.tools.operations
Methods in org.nuxeo.ecm.platform.video.tools.operations that throw CommandNotAvailable