de.uni_paderborn.fujaba.ant
Class CxrCheckoutGenTask

java.lang.Object
  extended byorg.apache.tools.ant.ProjectComponent
      extended byorg.apache.tools.ant.Task
          extended byde.uni_paderborn.fujaba.ant.AbstractGenTask
              extended byde.uni_paderborn.fujaba.ant.CxrCheckoutGenTask

public class CxrCheckoutGenTask
extends AbstractGenTask

generate source code for input cxrfile to destination directory.

Version:
$Revision$
Author:
$Author$

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
CxrCheckoutGenTask()
           
 
Method Summary
protected  void executeImpl()
          try to generate code for cxrFilename to directory destDirname .
 void setCxrFilename(java.lang.String cxrFilename)
          Sets the cxrFilename attribute of the CxrCheckoutGenTask object
 void setIor(java.lang.String ior)
          Sets the ior attribute of the CxrCheckoutGenTask object
 void setLightweight(boolean lightweight)
          Sets the lightweight attribute of the CxrCheckoutGenTask object
 void setLogin(java.lang.String login)
          Sets the login attribute of the CxrCheckoutGenTask object
 void setNameServer(java.lang.String nameServer)
          Sets the nameServer attribute of the CxrCheckoutGenTask object
 void setNameServerPort(java.lang.String nameServerPort)
          Sets the nameServerPort attribute of the CxrCheckoutGenTask object
 void setPassword(java.lang.String password)
          Sets the password attribute of the CxrCheckoutGenTask object
 void setRepName(java.lang.String repName)
          Sets the repName attribute of the CxrCheckoutGenTask object
 
Methods inherited from class de.uni_paderborn.fujaba.ant.AbstractGenTask
execute, getDestDirname, getPluginFolder, setDestDirname, setPluginFolder, toString, validate
 
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, wait, wait, wait
 

Constructor Detail

CxrCheckoutGenTask

public CxrCheckoutGenTask()
Method Detail

executeImpl

protected void executeImpl()
try to generate code for cxrFilename to directory destDirname .

Specified by:
executeImpl in class AbstractGenTask

setIor

public void setIor(java.lang.String ior)
Sets the ior attribute of the CxrCheckoutGenTask object

Parameters:
ior - The new ior value

setLightweight

public void setLightweight(boolean lightweight)
Sets the lightweight attribute of the CxrCheckoutGenTask object

Parameters:
lightweight - The new lightweight value

setLogin

public void setLogin(java.lang.String login)
Sets the login attribute of the CxrCheckoutGenTask object

Parameters:
login - The new login value

setNameServer

public void setNameServer(java.lang.String nameServer)
Sets the nameServer attribute of the CxrCheckoutGenTask object

Parameters:
nameServer - The new nameServer value

setNameServerPort

public void setNameServerPort(java.lang.String nameServerPort)
Sets the nameServerPort attribute of the CxrCheckoutGenTask object

Parameters:
nameServerPort - The new nameServerPort value

setPassword

public void setPassword(java.lang.String password)
Sets the password attribute of the CxrCheckoutGenTask object

Parameters:
password - The new password value

setRepName

public void setRepName(java.lang.String repName)
Sets the repName attribute of the CxrCheckoutGenTask object

Parameters:
repName - The new repName value

setCxrFilename

public void setCxrFilename(java.lang.String cxrFilename)
Sets the cxrFilename attribute of the CxrCheckoutGenTask object

Parameters:
cxrFilename - The new cxrFilename value