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 Type
    Method
    Description
    Verify resources specific to this typeloader.
  • Method Details

    • 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