![]() | DefaultResourceManager Class |
Namespace: com.espertech.esper.compat
public sealed class DefaultResourceManager : IResourceManager
The DefaultResourceManager type exposes the following members.
Name | Description | |
---|---|---|
![]() | DefaultResourceManager |
Initializes a new instance of the DefaultResourceManager class.
|
Name | Description | |
---|---|---|
![]() | SearchPath |
Gets or sets the search path.
|
Name | Description | |
---|---|---|
![]() | AddDefaultSearchPath |
Adds the default search path.
|
![]() | AddSearchPathElement |
Adds to the search path
|
![]() | GetResourceAsStream |
Attempts to retrieve the resource identified by the specified
name as a stream. If the stream can not be retrieved, this
method returns null.
|
![]() | ResolveResourceFile(String) |
Resolves a resource and returns the file INFO.
|
![]() | ResolveResourceFile(String, String) |
Resolves a resource and returns the file INFO.
|
![]() | ResolveResourceURL |
Resolves a resource and the URL for the resource
|