Interface ResourceProvider

All Known Implementing Classes:
ResourceProviderImpl

public interface ResourceProvider
Author:
m.popov
  • Method Details

    • initProcessPaths

      void initProcessPaths(Collection<Path> processPaths)
    • clearProcessPaths

      void clearProcessPaths()
    • getDefaultPagePaths

      Collection<Path> getDefaultPagePaths()
    • getResources

      List<Path> getResources() throws IOException
      Get project resources based on process list
      Returns:
      list of project resource paths based on process list
      Throws:
      IOException
    • getAllResources

      List<Path> getAllResources() throws IOException
      Get project resource paths
      Returns:
      list of project resource paths
      Throws:
      IOException
    • getProcessPaths

      Collection<Path> getProcessPaths()