|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.xml.pipeline.controller.orapipe
The orapipe class provides a command-line interface to validate execute the pipedoc for running connecting xml components together.
java oracle.xml.pipeline.controller.orapipe options*-help Prints the help message -version Prints the release version -sequential Executes the pipeline in a sequential mode, default is parallel -validate Validates the pipedoc with the pipeline schema, by default does not validate -log <logfile> Writes the errors/logs to the output file, by default writes to pipe.log -noinfo Don't log any info items, turned on by default -nowarning Don't log any warnings, turned on by default -force Executes pipeline even if target is up-to-date, by default no force is specified
Constructor Summary | |
orapipe()
|
Method Summary | |
void |
error(java.lang.String msg,
PipelineException e)
Handle any error thrown by the pipeline |
void |
fatalError(java.lang.String msg,
PipelineException e)
Handle an fatal error thrown by the pipeline |
void |
info(java.lang.String msg)
Handle any informational items from the pipeline |
static void |
main(java.lang.String[] args)
|
void |
warning(java.lang.String msg,
PipelineException e)
Handle all warnings thrown by the pipeline |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public orapipe()
Method Detail |
public static void main(java.lang.String[] args)
public void error(java.lang.String msg, PipelineException e) throws PipelineException
error
in interface PipelineErrorHandler
msg
- - error message
java.lang.Exception
PipelineException
public void fatalError(java.lang.String msg, PipelineException e) throws PipelineException
fatalError
in interface PipelineErrorHandler
msg
- - error message
java.lang.Exception
PipelineException
public void warning(java.lang.String msg, PipelineException e) throws PipelineException
warning
in interface PipelineErrorHandler
msg
- - error message
java.lang.Exception
PipelineException
public void info(java.lang.String msg)
info
in interface PipelineErrorHandler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |