org.apache.geronimo.ews.ws4j2ee.utils
Class EWSTask

java.lang.Object
  extended byorg.apache.tools.ant.ProjectComponent
      extended byorg.apache.tools.ant.Task
          extended byorg.apache.geronimo.ews.ws4j2ee.utils.EWSTask

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

Author:
hemapani@opensource.lk

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
EWSTask()
           
 
Method Summary
 org.apache.tools.ant.types.Path createClasspath()
           
 void execute()
           
 org.apache.tools.ant.types.Path getClasspath()
           
 java.lang.String getImplStyle()
           
 java.lang.String getJ2eeContainer()
           
 org.apache.tools.ant.Location getLocation()
           
 java.lang.String getModule()
           
 java.lang.String getOutDir()
           
 java.lang.String getTaskName()
           
 void init()
           
 boolean isCompile()
           
 void setClasspath(org.apache.tools.ant.types.Path path)
           
 void setCompile(boolean b)
           
 void setImplStyle(java.lang.String string)
           
 void setJ2eeContainer(java.lang.String string)
           
 void setLocation(org.apache.tools.ant.Location arg0)
           
 void setModule(java.lang.String string)
           
 void setOutDir(java.lang.String string)
           
 void setTaskName(java.lang.String arg0)
           
 
Methods inherited from class org.apache.tools.ant.Task
getDescription, getOwningTarget, getRuntimeConfigurableWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleOutput, isInvalid, log, log, maybeConfigure, perform, setDescription, setOwningTarget, setRuntimeConfigurableWrapper
 
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

EWSTask

public EWSTask()
Method Detail

execute

public void execute()
             throws org.apache.tools.ant.BuildException
Throws:
org.apache.tools.ant.BuildException

getLocation

public org.apache.tools.ant.Location getLocation()

getTaskName

public java.lang.String getTaskName()

init

public void init()
          throws org.apache.tools.ant.BuildException
Throws:
org.apache.tools.ant.BuildException

setLocation

public void setLocation(org.apache.tools.ant.Location arg0)

setTaskName

public void setTaskName(java.lang.String arg0)

getClasspath

public org.apache.tools.ant.types.Path getClasspath()
Returns:

getModule

public java.lang.String getModule()
Returns:

getOutDir

public java.lang.String getOutDir()
Returns:

setClasspath

public void setClasspath(org.apache.tools.ant.types.Path path)
Parameters:
path -

setModule

public void setModule(java.lang.String string)
Parameters:
string -

setOutDir

public void setOutDir(java.lang.String string)
Parameters:
string -

createClasspath

public org.apache.tools.ant.types.Path createClasspath()

isCompile

public boolean isCompile()
Returns:

setCompile

public void setCompile(boolean b)
Parameters:
b -

getImplStyle

public java.lang.String getImplStyle()
Returns:

getJ2eeContainer

public java.lang.String getJ2eeContainer()
Returns:

setImplStyle

public void setImplStyle(java.lang.String string)
Parameters:
string -

setJ2eeContainer

public void setJ2eeContainer(java.lang.String string)
Parameters:
string -


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.