Interface ClassLoaders.SubresourceGetter

Enclosing class:
ClassLoaders

static interface ClassLoaders.SubresourceGetter
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Map<? extends String,? extends URL>
    get(String name, boolean includeDirectories, boolean recurse)
     
  • Method Details

    • get

      Map<? extends String,? extends URL> get(String name, boolean includeDirectories, boolean recurse) throws IOException
      Returns:
      All resources that exist "under" a given resource name
      Throws:
      IOException