Package com.bc.ceres.launcher
Interface ClasspathFactory
-
public interface ClasspathFactoryUsed to construct the classpath used by the launcher. May be implemented by clients in order to construct a custom classpath.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description URL[]createClasspath()Creates the classpath.
-
-
-
Method Detail
-
createClasspath
URL[] createClasspath() throws RuntimeConfigException
Creates the classpath.- Returns:
- the classpath which may be empty.
- Throws:
RuntimeConfigException- If the configuration causes problems.
-
-