public class FileSystemResourceManager
extends Object
implements ResourceManager
Loads documentation resources from the local file system.
| Constructor and description |
|---|
FileSystemResourceManager()Creates a resource manager rooted at the current working directory. |
FileSystemResourceManager(String basedir)Creates a resource manager rooted at the supplied base directory. |
Creates a resource manager rooted at the current working directory.
Creates a resource manager rooted at the supplied base directory.
basedir - the base directory used to resolve resourcesCopyright © 2003-2026 The Apache Software Foundation. All rights reserved.