Skip navigation links
C D N O P R S T V 

C

cleanOnFailure(boolean) - Method in class org.dita.dost.Processor
Clean temporary directory when process fails.
Configuration - Class in org.dita.dost.util
Global configuration object for static configurations.
configuration - Static variable in class org.dita.dost.util.Configuration
Immutable configuration properties.
Configuration.Mode - Enum in org.dita.dost.util
Processing mode
createDebugLog(boolean) - Method in class org.dita.dost.Processor
Write a debug log to temporary directory.

D

DEBUG - Static variable in class org.dita.dost.util.Configuration
Debug mode to aid in development, not intended for end users.
ditaFormat - Static variable in class org.dita.dost.util.Configuration
 
DITAOTException - Exception in org.dita.dost.exception
Exception class for DITAOT, used to handle exceptions in Java modules.
DITAOTException() - Constructor for exception org.dita.dost.exception.DITAOTException
Constructs a new DITAOTException with null as its detail message.
DITAOTException(String) - Constructor for exception org.dita.dost.exception.DITAOTException
Constructs a new exception with the specified detail message.
DITAOTException(Throwable) - Constructor for exception org.dita.dost.exception.DITAOTException
Constructs a new exception with the specified detail cause.
DITAOTException(String, Throwable) - Constructor for exception org.dita.dost.exception.DITAOTException
Constructs a new exception with the specified detail message and cause.
DITAOTException(UncheckedXPathException) - Constructor for exception org.dita.dost.exception.DITAOTException
Constructs a new exception with cause, using location information from a root XPathException
DITAOTException(String, UncheckedXPathException) - Constructor for exception org.dita.dost.exception.DITAOTException
Constructs a new exception with the specified detail message and cause, using location information from a root XPathException
DITAOTException(MessageBean, Throwable, String) - Constructor for exception org.dita.dost.exception.DITAOTException
Constructs a new exception with the detailed messagebean and cause.

N

newInstance(File) - Static method in class org.dita.dost.ProcessorFactory
Obtain a new instance of a ProcessorFactory.
newProcessor(String) - Method in class org.dita.dost.ProcessorFactory
Create new Processor to run DITA-OT

O

org.dita.dost - package org.dita.dost
 
org.dita.dost.exception - package org.dita.dost.exception
 
org.dita.dost.util - package org.dita.dost.util
 

P

parserFeatures - Static variable in class org.dita.dost.util.Configuration
 
parserMap - Static variable in class org.dita.dost.util.Configuration
 
pluginResourceDirs - Static variable in class org.dita.dost.util.Configuration
Map of plug-in resource directories.
printTranstype - Static variable in class org.dita.dost.util.Configuration
List of print-oriented transtypes.
Processor - Class in org.dita.dost
DITA-OT processer.
ProcessorFactory - Class in org.dita.dost
DITA-OT processer factory.

R

run() - Method in class org.dita.dost.Processor
Run process

S

setBaseTempDir(File) - Method in class org.dita.dost.ProcessorFactory
Set base directory for temporary directories.
setInput(File) - Method in class org.dita.dost.Processor
Set input document.
setInput(URI) - Method in class org.dita.dost.Processor
Set input document.
setLogger(Logger) - Method in class org.dita.dost.Processor
Set process logger
setMode(Configuration.Mode) - Method in class org.dita.dost.Processor
Set error recovery mode.
setOutputDir(File) - Method in class org.dita.dost.Processor
Set output directory.
setOutputDir(URI) - Method in class org.dita.dost.Processor
Set output directory.
setProperties(Map<String, String>) - Method in class org.dita.dost.Processor
Set properties.
setProperty(String, String) - Method in class org.dita.dost.Processor
Set property.

T

transtypes - Static variable in class org.dita.dost.util.Configuration
List of transtypes.

V

valueOf(String) - Static method in enum org.dita.dost.util.Configuration.Mode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.dita.dost.util.Configuration.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
C D N O P R S T V 
Skip navigation links