public interface LocationInfoAnalyzer
classloader.monitor.enabled=true to your local/project.properties file. After starting-up the platform,
go to adminweb -> monitor -> class loader overview| Modifier and Type | Method and Description |
|---|---|
void |
addClassContainerLocationInfo(ClassContainerLocationInfo info)
This method adds a class path ressource (see
ClassContainerLocationInfo) to this LocationInfoAnalyzer
instance. |
ClassContainerLocationInfo |
createClassLocationInfo(String webAppName,
ClassLoader loader,
URL url)
Creates a new
ClassContainerLocationInfo for a specific resource URL in scope of some ClassLoader. |
List<ClassContainerLocationInfo> |
getLoaderInfos(String app,
Pattern pattern)
Returns a list with
ClassContainerLocationInfos. |
Map<String,Set<String>> |
getLocations(String app,
Pattern pattern)
Returns an overview about all loaded classes (full qualified class name) and their appearance of the
jars/ressources.
|
boolean |
isInitialized()
Returns true if localization info was filled in during startup of the classloaders.
|
void addClassContainerLocationInfo(ClassContainerLocationInfo info)
ClassContainerLocationInfo) to this LocationInfoAnalyzer
instance.List<ClassContainerLocationInfo> getLoaderInfos(String app, Pattern pattern)
ClassContainerLocationInfos.pattern - null and the pattern .* are equal which means: show all.Map<String,Set<String>> getLocations(String app, Pattern pattern)
pattern - null and the pattern .* are equal which means: show all.ClassContainerLocationInfo createClassLocationInfo(String webAppName, ClassLoader loader, URL url)
ClassContainerLocationInfo for a specific resource URL in scope of some ClassLoader.boolean isInitialized()
Copyright © 2017 SAP SE. All Rights Reserved.