Interface CORE.Locator

Enclosing class:
CORE

public static interface CORE.Locator
Service provider interface for locating the CORE installation, modules and launcher file.
  • Method Details

    • findLauncher

      Path findLauncher() throws IOException
      Locate the launcher file.
      Returns:
      path to launcher
      Throws:
      IOException - if launcher not found
    • findModulesDir

      Path findModulesDir() throws IOException
      Locate the modules directory.
      Returns:
      path to modules directory
      Throws:
      IOException - if modules not found
    • findInstallDir

      Path findInstallDir() throws IOException
      Locate the CORE install directory.
      Returns:
      path to install directory
      Throws:
      IOException - if CORE installation not found