Uses of Class
de.hybris.bootstrap.loader.ClassContainerLocationInfo
Packages that use ClassContainerLocationInfo
Package
Description
-
Uses of ClassContainerLocationInfo in de.hybris.bootstrap.loader
Methods in de.hybris.bootstrap.loader that return ClassContainerLocationInfoModifier and TypeMethodDescriptionLocationInfoAnalyzer.createClassLocationInfo(String webAppName, ClassLoader loader, URL url) Creates a newClassContainerLocationInfofor a specific resource URL in scope of someClassLoader.Methods in de.hybris.bootstrap.loader that return types with arguments of type ClassContainerLocationInfoModifier and TypeMethodDescriptionLocationInfoAnalyzer.getLoaderInfos(String app, Pattern pattern) Returns a list withClassContainerLocationInfos.Methods in de.hybris.bootstrap.loader with parameters of type ClassContainerLocationInfoModifier and TypeMethodDescriptionvoidLocationInfoAnalyzer.addClassContainerLocationInfo(ClassContainerLocationInfo info) This method adds a class path ressource (seeClassContainerLocationInfo) to this LocationInfoAnalyzer instance.Constructors in de.hybris.bootstrap.loader with parameters of type ClassContainerLocationInfoModifierConstructorDescriptionUsed for a cloning the location info. -
Uses of ClassContainerLocationInfo in de.hybris.bootstrap.loader.impl
Methods in de.hybris.bootstrap.loader.impl that return ClassContainerLocationInfoModifier and TypeMethodDescriptionLocationInfoAnalyzerImpl.createClassLocationInfo(String webAppName, ClassLoader loader, URL url) Methods in de.hybris.bootstrap.loader.impl that return types with arguments of type ClassContainerLocationInfoModifier and TypeMethodDescriptionLocationInfoAnalyzerImpl.getLoaderInfos(String app, Pattern pattern) Methods in de.hybris.bootstrap.loader.impl with parameters of type ClassContainerLocationInfoModifier and TypeMethodDescriptionvoidLocationInfoAnalyzerImpl.addClassContainerLocationInfo(ClassContainerLocationInfo info) -
Uses of ClassContainerLocationInfo in de.hybris.platform.hac.data.dto.platform
Methods in de.hybris.platform.hac.data.dto.platform with parameters of type ClassContainerLocationInfoModifier and TypeMethodDescriptionstatic ClasspathAnalyzerItemDataClasspathAnalyzerItemData.createFrom(ClassContainerLocationInfo info) Creates a new class instance from theClassContainerLocationInfo.