org.openanzo.jastor.ant
Class CustomThingElement

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by org.openanzo.jastor.ant.CustomThingElement

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

Author:
Ben Szekely (bhszekel@us.ibm.com), Elias Torres (eliast@us.ibm.com) *

Constructor Summary
CustomThingElement()
           
 
Method Summary
 java.lang.String getThingFactory()
          Get the ThingFactory for this task
 java.lang.String getThingImpl()
          Get the ThingImpl for this task
 java.lang.String getThingInterface()
          Get the ThingInterface for this task
 void setThingFactory(java.lang.String thingFactory)
          Set the ThingFactory for this task
 void setThingImpl(java.lang.String thingImpl)
          Set the ThingImpl for this task
 void setThingInterface(java.lang.String thingInterface)
          Set the ThingInterface for this task
 
Methods inherited from class org.apache.tools.ant.Task
execute, getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, init, 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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomThingElement

public CustomThingElement()
Method Detail

getThingFactory

public java.lang.String getThingFactory()
Get the ThingFactory for this task

Returns:
the ThingFactory for this task

setThingFactory

public void setThingFactory(java.lang.String thingFactory)
Set the ThingFactory for this task

Parameters:
thingFactory - the ThingFactory for this task

getThingImpl

public java.lang.String getThingImpl()
Get the ThingImpl for this task

Returns:
the ThingImpl for this task

setThingImpl

public void setThingImpl(java.lang.String thingImpl)
Set the ThingImpl for this task

Parameters:
thingImpl - the ThingImpl for this task

getThingInterface

public java.lang.String getThingInterface()
Get the ThingInterface for this task

Returns:
the ThingInterface for this task

setThingInterface

public void setThingInterface(java.lang.String thingInterface)
Set the ThingInterface for this task

Parameters:
thingInterface - the ThingInterface for this task


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.