Yair Zaslavsky has posted comments on this change. Change subject: 8. [WIP] core: Introducing Extension manager ......................................................................
Patch Set 22: (1 comment) http://gerrit.ovirt.org/#/c/24365/22/backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/EngineLocalConfig.java File backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/EngineLocalConfig.java: Line 227: */ Line 228: public List<File> getExtensionsDirectories() { Line 229: String path = getProperty("ENGINE_EXTENSION_PATH"); Line 230: if (path == null) { Line 231: log.warn("No extension configurations directories were provided"); > the need of warning is up to caller not this infrastructure component. Done Line 232: return Collections.emptyList(); Line 233: } Line 234: List<File> results = new ArrayList<File>(); Line 235: for (String currentPath : path.split(":")) { -- To view, visit http://gerrit.ovirt.org/24365 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I182904177ec088e62b35bde870ec79725fabc4e4 Gerrit-PatchSet: 22 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Yair Zaslavsky <[email protected]> Gerrit-Reviewer: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Martin Peřina <[email protected]> Gerrit-Reviewer: Yair Zaslavsky <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
