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(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. |
java.util.List<ClassContainerLocationInfo> |
getLoaderInfos(java.lang.String app,
java.util.regex.Pattern pattern)
Returns a list with
ClassContainerLocationInfos. |
java.util.Map<java.lang.String,java.util.Set<java.lang.String>> |
getLocations(java.lang.String app,
java.util.regex.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.java.util.List<ClassContainerLocationInfo> getLoaderInfos(java.lang.String app, java.util.regex.Pattern pattern)
ClassContainerLocationInfos.pattern - null and the pattern .* are equal which means: show all.java.util.Map<java.lang.String,java.util.Set<java.lang.String>> getLocations(java.lang.String app,
java.util.regex.Pattern pattern)
pattern - null and the pattern .* are equal which means: show all.ClassContainerLocationInfo createClassLocationInfo(java.lang.String webAppName, java.lang.ClassLoader loader, java.net.URL url)
ClassContainerLocationInfo for a specific resource URL in scope of some ClassLoader.boolean isInitialized()
Copyright © 2018 SAP SE. All Rights Reserved.