public class HybrisClasspathBuilder extends Object
| Constructor and Description |
|---|
HybrisClasspathBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static ClassLoader |
applyClasspathToClassloader(PlatformConfig platformConfig,
ClassLoader parentClassLoader) |
static AntClassLoader |
getAntClassLoader(PlatformConfig platformConfig) |
static List<File> |
getClassPathAsList(PlatformConfig platformConfig) |
static String |
getClassPathAsString(PlatformConfig platformConfig) |
public static String getClassPathAsString(PlatformConfig platformConfig)
public static ClassLoader applyClasspathToClassloader(PlatformConfig platformConfig, ClassLoader parentClassLoader)
parentClassLoader - if null, the system classloader will be usedpublic static List<File> getClassPathAsList(PlatformConfig platformConfig)
public static AntClassLoader getAntClassLoader(PlatformConfig platformConfig)
Copyright © 2017 SAP SE. All Rights Reserved.