Package com.adobe.fd.output.api
Class BatchOptions
- java.lang.Object
-
- com.adobe.fd.output.api.BatchOptions
-
public class BatchOptions extends java.lang.ObjectRepresents set of batch related options for operations in OutputService
-
-
Constructor Summary
Constructors Constructor Description BatchOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetGenerateManyFiles()get if multiple files should be generatedvoidsetGenerateManyFiles(boolean generateManyFiles)set if multiple files should be generated
-
-
-
Method Detail
-
getGenerateManyFiles
public boolean getGenerateManyFiles()
get if multiple files should be generated- Returns:
- current setting of generate many files
-
setGenerateManyFiles
public void setGenerateManyFiles(boolean generateManyFiles)
set if multiple files should be generated- Parameters:
generateManyFiles-
-
-