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

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