|
DODS 7.5 API | ||||||||
| 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.enhydra.ant.taskdefs.DomlValidateTask
public class DomlValidateTask
This class represent task for tarnsformation doml file for validation.
| Field Summary |
|---|
| 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 | |
|---|---|
DomlValidateTask()
constructor with index id and unique |
|
| Method Summary | |
|---|---|
void |
copyDoml()
|
void |
execute()
|
static java.lang.String |
getDomlFile()
get uses doml file |
static java.lang.String |
getProjectRoot()
get uses project root |
static void |
main(java.lang.String[] args)
|
void |
setDoml(java.lang.String doml)
The setter for the "doml" attribute |
void |
setForce(java.lang.String force)
The setter for the "force" attribute |
void |
setProjRoot(java.lang.String projRoot)
The setter for the "projRoot" attribute |
void |
setTemplate(java.lang.String temp)
The setter for the "template" attribute |
| Methods inherited from class org.apache.tools.ant.Task |
|---|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, 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 DomlValidateTask()
| Method Detail |
|---|
public void setDoml(java.lang.String doml)
public void setProjRoot(java.lang.String projRoot)
public void setTemplate(java.lang.String temp)
public void setForce(java.lang.String force)
public void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildException
public void copyDoml()
throws java.io.FileNotFoundException,
java.io.IOException
java.io.FileNotFoundException
java.io.IOExceptionpublic static java.lang.String getProjectRoot()
public static java.lang.String getDomlFile()
public static void main(java.lang.String[] args)
|
DODS 7.5 API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||