Package com.bc.ceres.launcher
Interface ClasspathFactory
public interface ClasspathFactory
Used to construct the classpath used by the launcher.
May be implemented by clients in order to construct a custom classpath.
-
Method Summary
-
Method Details
-
createClasspath
Creates the classpath.- Returns:
- the classpath which may be empty.
- Throws:
RuntimeConfigException
- If the configuration causes problems.
-