Class DefaultResourceLocator

java.lang.Object
org.eclipse.birt.report.model.api.DefaultResourceLocator
All Implemented Interfaces:
IResourceLocator

public class DefaultResourceLocator extends Object implements IResourceLocator
The default implementation for interface IResourceLocator. This implementation is empty and does nothing to search the resource.
See Also:
  • Field Details

    • FRAGMENT_RESOURCE_HOST

      static final String FRAGMENT_RESOURCE_HOST
      The host name of the fragments where inner resources are located.
      See Also:
    • IMAGE

      static final int IMAGE
      The type of the images to search
      See Also:
    • LIBRARY

      static final int LIBRARY
      The type of the libraries to search
      See Also:
    • CASCADING_STYLE_SHEET

      static final int CASCADING_STYLE_SHEET
      The type of the cascading style sheet to search.
      See Also:
    • JAR_FILE

      static final int JAR_FILE
      The type for the jar file. Includes .jar type.
      See Also:
    • MESSAGE_FILE

      static final int MESSAGE_FILE
      The type for the message file.
      See Also:
    • OTHERS

      static final int OTHERS
      The other types.
      See Also:
    • BIRT_RESOURCELOCATOR_SEARCH_LOCATION

      static final String BIRT_RESOURCELOCATOR_SEARCH_LOCATION
      Key for the location to search in appContext.
      See Also:
    • RESOURCE_FILEPATH

      static final int RESOURCE_FILEPATH
      The location mask which searches in the file system with path.
      See Also:
    • RESOURCE_BUNDLE

      static final int RESOURCE_BUNDLE
      The location mask which searches in the resource bundle.
      See Also:
    • RESOURCE_FOLDER

      static final int RESOURCE_FOLDER
      The location mask which searches in the resource folder.
      See Also:
    • RESOURCE_DESIGN

      static final int RESOURCE_DESIGN
      The location mask which searches the file relative to design.
      See Also:
  • Constructor Details

    • DefaultResourceLocator

      public DefaultResourceLocator()
  • Method Details