Method Summary |
|
public Path | createClasspath() Creates a nested classpath element. |
public void | execute() Initialize this task. |
protected ClassLoader | getClassLoader() |
public Path | getClasspath() Gets the classpath. |
public String | getConfig() |
public StorageManagerFactory | getInnermostSmf() |
public ModelMetaData | getMetaData() |
public LogEventStore | getPerfEventStore() |
public StorageManagerFactory | getSmf() |
protected void | initDataStores() Initialize the data stores. |
protected boolean | isCreateConnectionPool() Override this to return false if a task does not require actual
datastore connections. |
public void | log(String msg) |
public void | setClasspath(Path classpath) Set the classpath to be used for this compilation. |
public void | setClasspathRef(Reference r) Adds a reference to a CLASSPATH defined elsewhere. |
public void | setConfig(String config) |
public void | setProject(String config) |
public void | throwBuildException(String str) |
public void | throwBuildException(String str, Throwable e) |