Uses of Class
com.ibm.rational.rpe.api.docspec.RPEOutput

Packages that use RPEOutput
com.ibm.rational.rpe.api.docspec   
 

Uses of RPEOutput in com.ibm.rational.rpe.api.docspec
 

Subclasses of RPEOutput in com.ibm.rational.rpe.api.docspec
 class RPEResult
          Represents the final result after a publishing process ends successfully.
 

Methods in com.ibm.rational.rpe.api.docspec that return RPEOutput
 RPEOutput DocumentSpecificationBuilder.addOutput(RPEDocumentSpecification docspec, java.lang.String type, java.lang.String driver)
          Adds the specified output type to the document specification.
 RPEOutput RPERuntime.getOutput(java.lang.String outputPath)
          Retrieves the output with a given path.
 

Methods in com.ibm.rational.rpe.api.docspec that return types with arguments of type RPEOutput
 java.util.List<RPEOutput> RPERuntime.getOutputs()
          Retrieves the outputs from the runtime section.
 

Methods in com.ibm.rational.rpe.api.docspec with parameters of type RPEOutput
 void RPERuntime.addOutput(RPEOutput out)
          Adds an output to the runtime section.
 int RPERuntime.getOutputPosition(RPEOutput output)
          Retrieves the output position.
 void RPERuntime.removeOutput(RPEOutput output)
          Removes an output from the runtime section.
 void RPERuntime.setOutputPosition(RPEOutput output, int position)
          Sets the position of an output in the runtime section.