|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
de.uni_paderborn.fujaba.ant.AbstractGenTask
de.uni_paderborn.fujaba.ant.CxrCheckoutGenTask
generate source code for input cxrfile to destination directory.
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 |
public CxrCheckoutGenTask()
Method Detail |
protected void executeImpl()
cxrFilename
to directory destDirname
.
executeImpl
in class AbstractGenTask
public void setIor(java.lang.String ior)
ior
- The new ior valuepublic void setLightweight(boolean lightweight)
lightweight
- The new lightweight valuepublic void setLogin(java.lang.String login)
login
- The new login valuepublic void setNameServer(java.lang.String nameServer)
nameServer
- The new nameServer valuepublic void setNameServerPort(java.lang.String nameServerPort)
nameServerPort
- The new nameServerPort valuepublic void setPassword(java.lang.String password)
password
- The new password valuepublic void setRepName(java.lang.String repName)
repName
- The new repName valuepublic void setCxrFilename(java.lang.String cxrFilename)
cxrFilename
- The new cxrFilename value
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |