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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>
verifyResources()
Verify resources specific to this typeloader.
-