ome.util.tasks
Class AntAdapter

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by ome.util.tasks.AntAdapter

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

Adapter for running tasks from Ant (http://ant.apache.org) Currently not functional for class loading reasons. See https://trac.openmicroscopy.org.uk/omero/ticket/464

Since:
3.0-Beta1
Version:
$Revision: 1208 $, $Date: 2007-01-24 16:23:09 +0000 (Wed, 24 Jan 2007) $
Author:
Josh Moore, josh.moore at gmx.de
See Also:
Configuration, Task

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
AntAdapter()
           
 
Method Summary
 void execute()
          main method
 void setGroup(String group)
           
 void setPass(String pass)
           
 void setTask(String task)
           
 void setType(String type)
           
 void setUser(String user)
           
 
Methods inherited from class org.apache.tools.ant.Task
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, 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

AntAdapter

public AntAdapter()
Method Detail

execute

public void execute()
main method

Overrides:
execute in class org.apache.tools.ant.Task

setGroup

public void setGroup(String group)
Parameters:
group - the group to set

setPass

public void setPass(String pass)
Parameters:
pass - the pass to set

setTask

public void setTask(String task)
Parameters:
task - the task to set

setType

public void setType(String type)
Parameters:
type - the type to set

setUser

public void setUser(String user)
Parameters:
user - the user to set


OmeroJava Api

Version: Beta-4.1.1-r5927-b91

Copyright © 2009 The University of Dundee. All Rights Reserved.