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
          The RPEResult models the 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 run time section.
 

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