org.apache.tools.ant.taskdefs.optional.metamata
Class MParse

java.lang.Object
  |
  +--org.apache.tools.ant.Task
        |
        +--org.apache.tools.ant.taskdefs.optional.metamata.MParse

public class MParse
extends Task


Fields inherited from class org.apache.tools.ant.Task
description, location, project, target, taskName, taskType, wrapper
 
Constructor Summary
MParse()
           
 
Method Summary
 Path createUserclasspath()
           
 void execute()
          Called by the project to let the task do it's work.
 void setCleanupHack(boolean value)
           
 void setMetamatahome(java.io.File metamatahome)
           
 void setTarget(java.io.File target)
           
 void setWorkingdir(java.io.File workingdir)
           
 
Methods inherited from class org.apache.tools.ant.Task
getDescription, getLocation, getOwningTarget, getProject, getRuntimeConfigurableWrapper, getTaskName, init, log, log, maybeConfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MParse

public MParse()
Method Detail

setMetamatahome

public void setMetamatahome(java.io.File metamatahome)

setWorkingdir

public void setWorkingdir(java.io.File workingdir)

setTarget

public void setTarget(java.io.File target)

createUserclasspath

public Path createUserclasspath()

setCleanupHack

public void setCleanupHack(boolean value)

execute

public void execute()
             throws BuildException
Description copied from class: Task
Called by the project to let the task do it's work. Normally it does nothing.
Overrides:
execute in class Task
Following copied from class: org.apache.tools.ant.Task
Throws:
BuildException - if someting goes wrong with the build


Copyright © 2000 Apache Software Foundation. All Rights Reserved.