| Package | Description |
|---|---|
| com.hybris.cockpitng.modules | |
| com.hybris.cockpitng.modules.core.impl | |
| com.hybris.cockpitng.modules.impl |
| Modifier and Type | Method and Description |
|---|---|
LibraryHandler |
CockpitModuleConnector.getLibraryHandler(String moduleUrl) |
| Modifier and Type | Method and Description |
|---|---|
protected List<org.apache.commons.lang3.tuple.Triple<ModuleInfo,LibraryHandler,Object>> |
CockpitModuleComponentDefinitionService.doPrepare(List<org.apache.commons.lang3.tuple.Pair<ModuleInfo,LibraryHandler>> moduleInfoEntries,
String libDirString) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CockpitModuleComponentDefinitionService.doInitialize(List<org.apache.commons.lang3.tuple.Triple<ModuleInfo,LibraryHandler,Object>> moduleInfoEntries) |
protected List<org.apache.commons.lang3.tuple.Triple<ModuleInfo,LibraryHandler,Object>> |
CockpitModuleComponentDefinitionService.doPrepare(List<org.apache.commons.lang3.tuple.Pair<ModuleInfo,LibraryHandler>> moduleInfoEntries,
String libDirString) |
| Modifier and Type | Class and Description |
|---|---|
class |
CockpitRemoteLibraryHandler
LibraryHandler capable of downloading cockpit modules as jarfiles from an url.
|
| Modifier and Type | Method and Description |
|---|---|
LibraryHandler |
AbstractCockpitModuleConnector.getLibraryHandler(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 module |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractCockpitModuleConnector.setLibraryHandlers(Map<String,LibraryHandler> libHandlers) |
Copyright © 2018. All rights reserved.