Nuxeo Enterprise Platform 5.4

Uses of Class
org.nuxeo.ecm.platform.commandline.executor.api.CommandNotAvailable

Packages that use CommandNotAvailable
org.nuxeo.ecm.platform.commandline.executor.api   
org.nuxeo.ecm.platform.commandline.executor.service   
org.nuxeo.ecm.platform.picture.magick.utils   
 

Uses of CommandNotAvailable in org.nuxeo.ecm.platform.commandline.executor.api
 

Methods in org.nuxeo.ecm.platform.commandline.executor.api that throw CommandNotAvailable
 ExecResult CommandLineExecutorService.execCommand(java.lang.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 CommandNotAvailable
 ExecResult CommandLineExecutorComponent.execCommand(java.lang.String commandName, CmdParameters params)
           
 

Uses of CommandNotAvailable in org.nuxeo.ecm.platform.picture.magick.utils
 

Methods in org.nuxeo.ecm.platform.picture.magick.utils that throw CommandNotAvailable
static void ImageCropper.crop(java.lang.String inputFilePath, java.lang.String outputFilePath, int tileWidth, int tileHeight, int offsetX, int offsetY)
           
static ImageInfo ImageIdentifier.getInfo(java.lang.String inputFilePath)
           
static ImageInfo ImageResizer.resize(java.lang.String inputFile, java.lang.String outputFile, int targetWidth, int targetHeight, int targetDepth)
           
static void ImageRotater.rotate(java.lang.String inputFile, java.lang.String outputFile, int angle)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.