|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--AbstractLogEnabled | +--org.apache.avalon.phoenix.tools.verifier.SarVerifier
This Class verifies that Sars are valid. It performs a number of checks to make sure that the Sar represents a valid application and excluding runtime errors will start up validly. Some of the checks it performs include;
Constructor Summary | |
SarVerifier()
|
Method Summary | |
void |
verifySar(SarMetaData sar,
java.lang.ClassLoader classLoader)
Verify the specified SarMetaData object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SarVerifier()
Method Detail |
public void verifySar(SarMetaData sar, java.lang.ClassLoader classLoader) throws VerifyException
SarMetaData
object.
The rules used to verify SarMetaData
are specified
in the Class javadocs.
sar
- the SarMetaDat objectclassLoader
- the ClassLoader used to load types. This is used
to verify that specified Class objects exist and
implement the correct interfaces.
VerifyException
- if an error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |