|
||||||||||
| 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
org.apache.cayenne.tools.CayenneTask
public abstract class CayenneTask
Base task for all Cayenne ant tasks, providing support for common configuration items.
| Field Summary | |
|---|---|
protected DbAdapter |
adapter
|
protected org.apache.tools.ant.types.Path |
classpath
|
protected String |
driver
|
protected File |
map
|
protected String |
password
|
protected String |
url
|
protected String |
userName
|
| 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 | |
|---|---|
CayenneTask()
|
|
| Method Summary | |
|---|---|
protected DataMap |
loadDataMap()
Loads and returns DataMap based on map attribute. |
void |
setAdapter(String adapter)
Sets the db adapter. |
void |
setClasspath(org.apache.tools.ant.types.Path path)
Sets the classpath used by the task. |
void |
setClasspathRef(org.apache.tools.ant.types.Reference reference)
Sets the classpath reference used by the task. |
void |
setDriver(String driver)
Sets the JDBC driver used to connect to the database server. |
void |
setMap(File map)
Sets the map. |
void |
setPassword(String password)
Sets the password used to connect to the database server. |
void |
setUrl(String url)
Sets the JDBC URL used to connect to the database server. |
void |
setUserName(String username)
Sets the username used to connect to the database server. |
| Methods inherited from class org.apache.tools.ant.Task |
|---|
execute, 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 |
| Field Detail |
|---|
protected org.apache.tools.ant.types.Path classpath
protected DbAdapter adapter
protected File map
protected String driver
protected String url
protected String userName
protected String password
| Constructor Detail |
|---|
public CayenneTask()
| Method Detail |
|---|
public void setClasspath(org.apache.tools.ant.types.Path path)
path - The classpath to set.public void setClasspathRef(org.apache.tools.ant.types.Reference reference)
reference - The classpath reference to set.public void setMap(File map)
map - The map to setpublic void setAdapter(String adapter)
adapter - The db adapter to set.public void setDriver(String driver)
driver - The driver to set.public void setUrl(String url)
url - The url to set.public void setUserName(String username)
username - The username to set.public void setPassword(String password)
password - The password to set.
protected DataMap loadDataMap()
throws Exception
map attribute.
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||