Constructor and Description |
---|
CompInfoVerifier() |
Modifier and Type | Method and Description |
---|---|
void |
verifyCompInfo(InputStream compInfo)
Verify a component-info.xml file using the xsd.
|
void |
verifyCompInfo(String compInfoFilePath)
Verify a component-info.xml file using the xsd.
|
public void verifyCompInfo(String compInfoFilePath) throws SAXException, FileNotFoundException
compInfoFilePath
- Path to the component-info.xml to be verified.SAXException
FileNotFoundException
public void verifyCompInfo(InputStream compInfo) throws SAXException
compInfoFilePath
- Path to the component-info.xml to be verified.SAXException
Copyright © 2007-2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.