| Package | Description |
|---|---|
| de.hybris.bootstrap.loader | |
| de.hybris.bootstrap.loader.impl |
| Modifier and Type | Method and Description |
|---|---|
ClassContainerLocationInfo |
LocationInfoAnalyzer.createClassLocationInfo(java.lang.String webAppName,
java.lang.ClassLoader loader,
java.net.URL url)
Creates a new
ClassContainerLocationInfo for a specific resource URL in scope of some ClassLoader. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ClassContainerLocationInfo> |
LocationInfoAnalyzer.getLoaderInfos(java.lang.String app,
java.util.regex.Pattern pattern)
Returns a list with
ClassContainerLocationInfos. |
| Modifier and Type | Method and Description |
|---|---|
void |
LocationInfoAnalyzer.addClassContainerLocationInfo(ClassContainerLocationInfo info)
This method adds a class path ressource (see
ClassContainerLocationInfo) to this LocationInfoAnalyzer
instance. |
| Constructor and Description |
|---|
ClassContainerLocationInfo(ClassContainerLocationInfo clone)
Used for a cloning the location info.
|
| Modifier and Type | Method and Description |
|---|---|
ClassContainerLocationInfo |
LocationInfoAnalyzerImpl.createClassLocationInfo(java.lang.String webAppName,
java.lang.ClassLoader loader,
java.net.URL url) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ClassContainerLocationInfo> |
LocationInfoAnalyzerImpl.getLoaderInfos(java.lang.String app,
java.util.regex.Pattern pattern) |
| Modifier and Type | Method and Description |
|---|---|
void |
LocationInfoAnalyzerImpl.addClassContainerLocationInfo(ClassContainerLocationInfo info) |
Copyright © 2018 SAP SE. All Rights Reserved.