INRIA & FluxMedia

fr.fluxmedia.transmorpher.Application
Class TransmorphTask

java.lang.Object
  |
  +--org.apache.tools.ant.ProjectComponent
        |
        +--org.apache.tools.ant.Task
              |
              +--fr.fluxmedia.transmorpher.Application.TransmorphTask

public class TransmorphTask
extends org.apache.tools.ant.Task

A Ant task for Transmorpher

Since:
SAX 2.0 / jdk 1.2 This calls for a complete reworking of all the Application directory
Author:
Jérôme Euzenat (Jerome.Euzenat@inrialpes.fr)

Inner Class Summary
static class TransmorphTask.Param
          The corresponding class in Ant is not usable (it is propoer to the XSLTProcess task).
 
Field Summary
private static int debug_mode
           
private  java.lang.String file
           
private  java.lang.String mode
           
private  java.lang.String msg
           
private  Parameters parameters
          The parameter structure required by Transmorpher
private  java.util.Vector paramVect
          The parameter structure required by Ant
private  java.lang.String reloc
           
 
Fields inherited from class org.apache.tools.ant.Task
description, location, target, taskName, taskType, wrapper
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
project
 
Constructor Summary
TransmorphTask()
          The constructor
 
Method Summary
 TransmorphTask.Param createParam()
          Helps giving Ant the parameter cell in which it will store the parameter
 void execute()
           
 void setDebug(int i)
           
 void setMessage(java.lang.String m)
           
 void setMode(java.lang.String m)
           
 void setReloc(java.lang.String path)
           
 void setSrcfile(java.lang.String path)
           
 
Methods inherited from class org.apache.tools.ant.Task
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, handleErrorOutput, handleOutput, init, log, log, maybeConfigure, perform, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
getProject, setProject
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

debug_mode

private static int debug_mode

msg

private java.lang.String msg

reloc

private java.lang.String reloc

mode

private java.lang.String mode

file

private java.lang.String file

paramVect

private java.util.Vector paramVect
The parameter structure required by Ant

parameters

private Parameters parameters
The parameter structure required by Transmorpher
Constructor Detail

TransmorphTask

public TransmorphTask()
The constructor
Method Detail

createParam

public TransmorphTask.Param createParam()
Helps giving Ant the parameter cell in which it will store the parameter

setDebug

public void setDebug(int i)

setReloc

public void setReloc(java.lang.String path)

setSrcfile

public void setSrcfile(java.lang.String path)

setMode

public void setMode(java.lang.String m)

setMessage

public void setMessage(java.lang.String m)

execute

public void execute()
             throws org.apache.tools.ant.BuildException
Overrides:
execute in class org.apache.tools.ant.Task

INRIA & FluxMedia

..no bottom yet...