44454647484950
* Prepares the file system manager. This implementation does nothing. */ public void prepare(final DefaultFileSystemManager manager) throws Exception { manager.addProvider("file", new UrlFileProvider()); }
40414243444546
* Prepares the file system manager. */ public void prepare(final DefaultFileSystemManager manager) throws Exception { manager.addProvider("http", new UrlFileProvider()); }
* Prepares the file system manager. This implementation does nothing. */ public void prepare(final DefaultFileSystemManager manager) throws Exception { manager.addProvider("http", new UrlFileProvider()); }
4445464748495051
*/ public void prepare(DefaultFileSystemManager manager) throws Exception { manager.addProvider("res", new ResourceFileProvider()); manager.addProvider("file", new UrlFileProvider()); manager.addProvider("jar", new JarFileProvider()); }
4647484950515253
46474849505152
42434445464748