org.apache.maven
Class JaxpMsvBean

java.lang.Object
  extended by org.apache.maven.JaxpMsvBean

public class JaxpMsvBean
extends Object

JaxpMsvBean Bean: Uses JAXP implementation of MSV.

Author:
Lukas Theussl

Constructor Summary
JaxpMsvBean()
           
 
Method Summary
 String getFile()
          Gets the file.
 String getSchema()
          Gets the schema.
 void setFile(String newFile)
          Sets the file.
 void setSchema(String newSchema)
          Sets the schema.
 void validate()
          Performs validation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaxpMsvBean

public JaxpMsvBean()
Method Detail

validate

public void validate()
              throws Exception
Performs validation.

Throws:
Exception - Exception

setSchema

public void setSchema(String newSchema)
Sets the schema.

Parameters:
newSchema - The schema to set

setFile

public void setFile(String newFile)
Sets the file.

Parameters:
newFile - The file to set

getSchema

public String getSchema()
Gets the schema.

Returns:
The schema

getFile

public String getFile()
Gets the file.

Returns:
The file


Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.