Package gw.lang.reflect
Interface IResourceVerifier
public interface IResourceVerifier
Typeloaders that implement this interface can perform additional resource verification that can be triggered
by verification tools.
-
Method Summary
Modifier and TypeMethodDescriptionVerify resources specific to this typeloader.
-
Method Details
-
verifyResources
Verify resources specific to this typeloader.- Returns:
- a list of errors that occurred
- Throws:
Exception
- if an exception occurs
-