|
||||||||||
| 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.tools.ant.taskdefs.Java
org.plasma.provisioning.ant.ProvisioningTask
org.plasma.provisioning.ant.QueryTask
public class QueryTask
| Field Summary |
|---|
| Fields inherited from class org.plasma.provisioning.ant.ProvisioningTask |
|---|
command, COMMAND_PREFIX, modelFile |
| Fields inherited from class org.apache.tools.ant.taskdefs.Java |
|---|
redirector, redirectorElement |
| Fields inherited from class org.apache.tools.ant.Task |
|---|
target, taskName, taskType, wrapper |
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
|---|
description, location, project |
| Constructor Summary | |
|---|---|
QueryTask()
|
|
| Method Summary | |
|---|---|
void |
execute()
|
String |
getClassesDir()
|
String |
getDestFile()
|
String |
getDestFileType()
|
String |
getDestNamespacePrefix()
|
String |
getDestNamespaceURI()
|
String |
getFile()
|
String |
getSourceDir()
|
void |
setClassesDir(String classesDir)
|
void |
setDestFile(String destFile)
|
void |
setDestFileType(String destFileType)
|
void |
setDestNamespacePrefix(String destNamespacePrefix)
|
void |
setDestNamespaceURI(String destNamespaceURI)
|
void |
setFile(String queryFile)
|
void |
setSourceDir(String sourceDir)
|
| Methods inherited from class org.plasma.provisioning.ant.ProvisioningTask |
|---|
getCommand, getModelFile, setCommand, setModelFile |
| Methods inherited from class org.apache.tools.ant.taskdefs.Java |
|---|
addAssertions, addConfiguredRedirector, addEnv, addSysproperty, addSyspropertyset, checkConfiguration, clearArgs, createArg, createBootclasspath, createClasspath, createJvmarg, createPermissions, createWatchdog, executeJava, executeJava, getCommandLine, getSysProperties, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, maybeSetResultPropertyValue, run, setAppend, setArgs, setClassname, setClasspath, setClasspathRef, setCloneVm, setDir, setError, setErrorProperty, setFailonerror, setFork, setInput, setInputString, setJar, setJvm, setJvmargs, setJVMVersion, setLogError, setMaxmemory, setNewenvironment, setOutput, setOutputproperty, setResultProperty, setSpawn, setTimeout, setupRedirector |
| Methods inherited from class org.apache.tools.ant.Task |
|---|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
| Methods inherited from class org.apache.tools.ant.ProjectComponent |
|---|
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QueryTask()
| Method Detail |
|---|
public void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.taskdefs.Javaorg.apache.tools.ant.BuildExceptionpublic String getFile()
public void setFile(String queryFile)
public String getDestFile()
public void setDestFile(String destFile)
public String getDestNamespaceURI()
public void setDestNamespaceURI(String destNamespaceURI)
public String getDestNamespacePrefix()
public void setDestNamespacePrefix(String destNamespacePrefix)
public String getSourceDir()
public void setSourceDir(String sourceDir)
public String getClassesDir()
public void setClassesDir(String classesDir)
public String getDestFileType()
public void setDestFileType(String destFileType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||