Uses of Interface
com.hybris.cockpitng.modules.LibraryHandler
-
Packages that use LibraryHandler Package Description com.hybris.cockpitng.modules com.hybris.cockpitng.modules.core.impl com.hybris.cockpitng.modules.impl -
-
Uses of LibraryHandler in com.hybris.cockpitng.modules
Methods in com.hybris.cockpitng.modules that return LibraryHandler Modifier and Type Method Description LibraryHandlerCockpitModuleConnector. getLibraryHandler(java.lang.String moduleUrl) -
Uses of LibraryHandler in com.hybris.cockpitng.modules.core.impl
Methods in com.hybris.cockpitng.modules.core.impl that return types with arguments of type LibraryHandler Modifier and Type Method Description protected java.util.List<org.apache.commons.lang3.tuple.Triple<ModuleInfo,LibraryHandler,java.lang.Object>>CockpitModuleComponentDefinitionService. doPrepare(java.util.List<org.apache.commons.lang3.tuple.Pair<ModuleInfo,LibraryHandler>> moduleInfoEntries, java.lang.String libDirString)Method parameters in com.hybris.cockpitng.modules.core.impl with type arguments of type LibraryHandler Modifier and Type Method Description protected voidCockpitModuleComponentDefinitionService. doInitialize(java.util.List<org.apache.commons.lang3.tuple.Triple<ModuleInfo,LibraryHandler,java.lang.Object>> moduleInfoEntries)protected java.util.List<org.apache.commons.lang3.tuple.Triple<ModuleInfo,LibraryHandler,java.lang.Object>>CockpitModuleComponentDefinitionService. doPrepare(java.util.List<org.apache.commons.lang3.tuple.Pair<ModuleInfo,LibraryHandler>> moduleInfoEntries, java.lang.String libDirString) -
Uses of LibraryHandler in com.hybris.cockpitng.modules.impl
Classes in com.hybris.cockpitng.modules.impl that implement LibraryHandler Modifier and Type Class Description classCockpitRemoteLibraryHandlerLibraryHandler capable of downloading cockpit modules as jarfiles from an url.Methods in com.hybris.cockpitng.modules.impl that return LibraryHandler Modifier and Type Method Description LibraryHandlerAbstractCockpitModuleConnector. getLibraryHandler(java.lang.String uri)Returns the library handler for the protocol in the given url.
Examples:
"http://modules.cockpitng.com/somewebapp/rest/cockpitng/module"for remote modules
"extension://myBackofficeExt"for hybris extensions with a backoffice moduleMethod parameters in com.hybris.cockpitng.modules.impl with type arguments of type LibraryHandler Modifier and Type Method Description voidAbstractCockpitModuleConnector. setLibraryHandlers(java.util.Map<java.lang.String,LibraryHandler> libHandlers)
-