Interface IResourceFinder


  • public interface IResourceFinder
    Provides a way to find a resource in resource folder. If chart engine runs within BIRT, ChartReportItemImpl has implemented this interface by default, which reuses the model's mechanism. Otherwise the user should implement it.
    • Method Detail

      • findResource

        java.net.URL findResource​(java.lang.String fileName)