This is an implementation of the FileSystemProvider that delegates it's functionality
to the java.lang.Classloader.getResource(String) calls. Stat operations,
directory existence checking and listings are supported only if there are listing files
available. The ObjectLedge Maven plugin is able to generate these files automatically.
| position | type | descritpion |
|---|---|---|
| 1 | String | name of the provider, used in FileSystem.getProvider(String) calls,
and returned from FileSystemProvider.getName() calls on providers returned
from FileSystem.getProviders() method. |
| 2 | java.lang.Classloader | The Classloader instance resources are read from. |