| org.apache.catalina.ant.ValidatorTask
ValidatorTask | public class ValidatorTask extends Task (Code) | | Task for validating a web application deployment descriptor, using XML
schema validation.
author: Remy Maucherat version: $Revision: 1.7 $ $Date: 2004/02/27 14:58:41 $ since: 5.0 |
Field Summary | |
protected String | path The path to the webapp directory. |
path | protected String path(Code) | | The path to the webapp directory.
|
execute | public void execute() throws BuildException(Code) | | Execute the specified command. This logic only performs the common
attribute validation required by all subclasses; it does not perform
any functional logic directly.
exception: BuildException - if a validation error occurs |
|
|