Click or drag to resize

DefaultResourceManager Class

Manages access to named resources
Inheritance Hierarchy
SystemObject
  com.espertech.esper.compatDefaultResourceManager

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public sealed class DefaultResourceManager : IResourceManager

The DefaultResourceManager type exposes the following members.

Constructors
  NameDescription
Public methodDefaultResourceManager
Initializes a new instance of the DefaultResourceManager class.
Top
Properties
  NameDescription
Public propertySearchPath
Gets or sets the search path.
Top
Methods
  NameDescription
Public methodAddDefaultSearchPath
Adds the default search path.
Public methodAddSearchPathElement
Adds to the search path
Public methodGetResourceAsStream
Attempts to retrieve the resource identified by the specified name as a stream. If the stream can not be retrieved, this method returns null.
Public methodResolveResourceFile(String)
Resolves a resource and returns the file INFO.
Public methodResolveResourceFile(String, String)
Resolves a resource and returns the file INFO.
Public methodResolveResourceURL
Resolves a resource and the URL for the resource
Top
See Also