Interface IResourceVerifier


  • public interface IResourceVerifier
    Typeloaders that implement this interface can perform additional resource verification that can be triggered by verification tools.
    • Method Detail

      • verifyResources

        List<String> verifyResources()
                              throws Exception
        Verify resources specific to this typeloader.
        Returns:
        a list of errors that occurred
        Throws:
        Exception - if an exception occurs