org.apache.catalina.ant

Class ValidatorTask


public class ValidatorTask
extends Task

Task for validating a web application deployment descriptor, using XML schema validation.

Version:
$Revision: 1.7 $ $Date: 2004/02/27 14:58:41 $

Author:
Remy Maucherat

Since:
5.0

Field Summary

protected String
path
The path to the webapp directory.

Method Summary

void
execute()
Execute the specified command.
String
getPath()
void
setPath(String path)

Field Details

path

protected String path
The path to the webapp directory.

Method Details

execute

public void execute()
            throws BuildException
Execute the specified command. This logic only performs the common attribute validation required by all subclasses; it does not perform any functional logic directly.


getPath

public String getPath()


setPath

public void setPath(String path)


Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.