Package de.hybris.bootstrap.loader
Class HybrisClasspathBuilder
java.lang.Object
de.hybris.bootstrap.loader.HybrisClasspathBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ClassLoaderapplyClasspathToClassloader(PlatformConfig platformConfig, ClassLoader parentClassLoader) static org.apache.tools.ant.AntClassLoadergetAntClassLoader(PlatformConfig platformConfig) getClassPathAsList(PlatformConfig platformConfig) static StringgetClassPathAsString(PlatformConfig platformConfig)
-
Constructor Details
-
HybrisClasspathBuilder
public HybrisClasspathBuilder()
-
-
Method Details
-
getClassPathAsString
-
applyClasspathToClassloader
public static ClassLoader applyClasspathToClassloader(PlatformConfig platformConfig, ClassLoader parentClassLoader) - Parameters:
parentClassLoader- if null, the system classloader will be used
-
getClassPathAsList
-
getAntClassLoader
-