org.objectweb.dream.adl.ant
Class CheckAdlTask

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by org.objectweb.dream.adl.ant.CheckAdlTask

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

TODO Add class comment


Field Summary
 
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
CheckAdlTask()
           
 
Method Summary
 org.apache.tools.ant.types.Path createClasspath()
          Creates nested classpath element.
 void execute()
           
 void init()
           
 void setAdl(String adl)
          Sets the adl to check.
 void setAdllist(File adlList)
          Sets the file name containing the list of adl to check.
 void setClasspathref(org.apache.tools.ant.types.Reference r)
          Sets classpathref attribute.
 
Methods inherited from class org.apache.tools.ant.Task
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, isInvalid, log, log, maybeConfigure, perform, reconfigure, 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, toString, wait, wait, wait
 

Constructor Detail

CheckAdlTask

public CheckAdlTask()
Method Detail

init

public void init()
          throws org.apache.tools.ant.BuildException
Overrides:
init in class org.apache.tools.ant.Task
Throws:
org.apache.tools.ant.BuildException
See Also:
Task.init()

setClasspathref

public void setClasspathref(org.apache.tools.ant.types.Reference r)
Sets classpathref attribute.

Parameters:
r - classpath reference.

createClasspath

public org.apache.tools.ant.types.Path createClasspath()
Creates nested classpath element.

Returns:
nested classpath element.

setAdl

public void setAdl(String adl)
Sets the adl to check.

Parameters:
adl - the adl to check

setAdllist

public void setAdllist(File adlList)
Sets the file name containing the list of adl to check.

Parameters:
adlList - the file name of the adl list.

execute

public void execute()
Overrides:
execute in class org.apache.tools.ant.Task
See Also:
Task.execute()


Copyright © 2003, 2005 - INRIA Rhone-Alpes - All Rights Reserved.