public class Pipe extends Object implements Verifiable
| Modifier and Type | Method and Description |
|---|---|
void |
addXslt(ParametrableStep xsl)
Adds an xslt to the pipe
|
int |
getMultithreadMaxSourceSize() |
int |
getNbThreads() |
Output |
getOutput() |
Tee |
getTee() |
String |
getTraceOutput()
Retuns the trace output.
|
Iterator<ParametrableStep> |
getXslts() |
boolean |
isFinal() |
boolean |
isStraight()
Return true if this pipe does not contains any tee.
|
void |
setMultithreadMaxSourceSize(int multithreadMaxSourceSize) |
void |
setNbThreads(int nbThreads) |
void |
setOutput(Output output) |
void |
setTee(Tee tee) |
String |
toString() |
String |
toString(String prefix) |
void |
verify()
Réalise les vérifications nécessaires sur l'instance, et jette une exception en cas de problème
|
public Pipe()
public Pipe(Tee parent)
public int getMultithreadMaxSourceSize()
public void setMultithreadMaxSourceSize(int multithreadMaxSourceSize)
public int getNbThreads()
public void setNbThreads(int nbThreads)
public Iterator<ParametrableStep> getXslts()
public void addXslt(ParametrableStep xsl) throws InvalidSyntaxException
xsl - The xsl to addInvalidSyntaxException - If this xsl is added in a invalid locationIllegalStateException - If a <tee> or a <output> has already been addedpublic void verify()
throws InvalidSyntaxException
Verifiableverify in interface VerifiableInvalidSyntaxException - If something is wrongpublic Output getOutput()
public void setOutput(Output output) throws InvalidSyntaxException
InvalidSyntaxExceptionpublic Tee getTee()
public void setTee(Tee tee) throws InvalidSyntaxException
InvalidSyntaxExceptionpublic boolean isFinal()
public boolean isStraight()
public String getTraceOutput()
Copyright © 2019. All rights reserved.