Package org.praxislive.ide.core.embedder
Interface CORE.Locator
- Enclosing class:
CORE
public static interface CORE.Locator
Service provider interface for locating the CORE installation, modules
and launcher file.
-
Method Summary
Modifier and TypeMethodDescriptionLocate the CORE install directory.Locate the launcher file.Locate the modules directory.
-
Method Details
-
findLauncher
Locate the launcher file.- Returns:
- path to launcher
- Throws:
IOException- if launcher not found
-
findModulesDir
Locate the modules directory.- Returns:
- path to modules directory
- Throws:
IOException- if modules not found
-
findInstallDir
Locate the CORE install directory.- Returns:
- path to install directory
- Throws:
IOException- if CORE installation not found
-