UNPKG

@freemework/hosting

Version:

Hosting library of the Freemework Project.

41 lines 1.29 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FConfigurationCommandLine = void 0; const common_1 = require("@freemework/common"); class FConfigurationCommandLine extends common_1.FConfiguration { get sourceURI() { throw new Error("Method not implemented."); } get namespaceFull() { throw new Error("Method not implemented."); } get namespaceParent() { throw new Error("Method not implemented."); } get keys() { throw new Error("Method not implemented."); } getArray(_key, _indexesName) { throw new Error("Method not implemented."); } getNamespace(_namespaceFull) { throw new Error("Method not implemented."); } get(_key, _defaultData) { throw new Error("Method not implemented."); } findNamespace(_namespaceFull) { throw new Error("Method not implemented."); } find(_key) { throw new Error("Method not implemented."); } hasNamespace(_namespaceFull) { throw new Error("Method not implemented."); } has(_key) { throw new Error("Method not implemented."); } } exports.FConfigurationCommandLine = FConfigurationCommandLine; //# sourceMappingURL=FConfigurationCommandLine.js.map