public class Pipe extends Object implements Verifiable
| Modifier and Type | Method and Description |
|---|---|
void |
addXslt(ParametrableStep xsl)
Ajoute une XSL au 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 |
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 int getNbThreads()
public Iterator<ParametrableStep> getXslts()
public void addXslt(ParametrableStep xsl) throws InvalidSyntaxException
xsl - The xsl to addInvalidSyntaxException - If this xsl is added in a invlid locationIllegalStateException - Si on a déjà ajouté un <tee> ou un <output>public 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 © 2017. All rights reserved.