fr.fluxmedia.transmorpher.TProcessFactory
Class TApplyExternal
java.lang.Object
|
+--fr.fluxmedia.transmorpher.TProcessFactory.TProcess_Impl
|
+--fr.fluxmedia.transmorpher.TProcessFactory.TProcessBasic
|
+--fr.fluxmedia.transmorpher.TProcessFactory.TTransformer
|
+--fr.fluxmedia.transmorpher.TProcessFactory.TApplyExternal
- All Implemented Interfaces:
- TProcess
- public final class TApplyExternal
- extends TTransformer
During the parse process an xsl file was generated to handle the define external.
So, the external process, is only a transformer
Fields inherited from class fr.fluxmedia.transmorpher.TProcessFactory.TProcessBasic |
type |
Methods inherited from class fr.fluxmedia.transmorpher.TProcessFactory.TProcess_Impl |
getFatherName, getId, getIn, getIn, getIn, getName, getNameIn, getNameIn, getNameOut, getNameOut, getOut, getOut, getOut, getParameter, getParameters, setFatherName, setId, setIn, setName, setOut, setParameter, setParameters |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
TApplyExternal
public TApplyExternal(String[] pIn,
String[] pOut,
Parameters pParam)
throws TransformerException,
TransformerConfigurationException,
SAXException,
IOException
- the empty constructor
bindParameters
public void bindParameters(Parameters p)
- Description copied from interface:
TProcess
- bind the parameters of the process to the runtime parameters
- Overrides:
bindParameters
in class TTransformer
getFile
public String getFile()
..no bottom yet...