| Package | Description |
|---|---|
| de.hybris.bootstrap.loader | |
| de.hybris.bootstrap.loader.impl |
| Modifier and Type | Method and Description |
|---|---|
ClassContainerLocationInfo |
LocationInfoAnalyzer.createClassLocationInfo(String webAppName,
ClassLoader loader,
URL url)
Creates a new
ClassContainerLocationInfo for a specific resource URL in scope of some ClassLoader. |
| Modifier and Type | Method and Description |
|---|---|
List<ClassContainerLocationInfo> |
LocationInfoAnalyzer.getLoaderInfos(String app,
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(String webAppName,
ClassLoader loader,
URL url) |
| Modifier and Type | Method and Description |
|---|---|
List<ClassContainerLocationInfo> |
LocationInfoAnalyzerImpl.getLoaderInfos(String app,
Pattern pattern) |
| Modifier and Type | Method and Description |
|---|---|
void |
LocationInfoAnalyzerImpl.addClassContainerLocationInfo(ClassContainerLocationInfo info) |
Copyright © 2017 SAP SE. All Rights Reserved.