org.apache.ws.jaxme.js.pattern
public static class Ant.AntVersionGenerator extends Ant.BasicAntTask
| Method Summary | |
|---|---|
| void | generate(JavaSourceFactory pFactory, JavaQName pTargetClass) |
| protected Connection | getConnection() |
| String | getDriver() Returns the JDBC driver. |
| String | getPassword() Returns the JDBC password. |
| String | getSchema() Returns the database schema name. |
| List | getTables() Returns the table list. |
| String | getUrl() Returns the JDBC URL. |
| String | getUser() Returns the JDBC user. |
| String | getVerColumn() Returns the column with the version number. |
| boolean | isGeneratingLogging() Returns whether logging statements are being generated. |
| void | setDriver(String pDriver) Sets the JDBC driver. |
| void | setGeneratingLogging(boolean pGeneratingLogging) Sets whether logging statements are being generated. |
| void | setPassword(String pPassword) Sets the JDBC password. |
| void | setSchema(String pSchema) Sets the database schema name. |
| void | setTables(String pTables) Sets the table list; the table names are separated with white space. |
| void | setUrl(String pUrl) Sets the JDBC URL. |
| void | setUser(String pUser) Sets the JDBC user. |
| void | setVerColumn(String pColumn) Sets the column with the version number. |