Uses of Class
net.n2oapp.framework.config.register.ConfigId
-
Packages that use ConfigId Package Description net.n2oapp.framework.config.reader net.n2oapp.framework.config.register -
-
Uses of ConfigId in net.n2oapp.framework.config.reader
Constructors in net.n2oapp.framework.config.reader with parameters of type ConfigId Constructor Description ReferentialIntegrityViolationException(ConfigId configId) -
Uses of ConfigId in net.n2oapp.framework.config.register
Fields in net.n2oapp.framework.config.register declared as ConfigId Modifier and Type Field Description protected ConfigIdXmlInfo. configIdDeprecated.Fields in net.n2oapp.framework.config.register with type parameters of type ConfigId Modifier and Type Field Description protected Set<ConfigId>XmlInfo. dependentsMethods in net.n2oapp.framework.config.register that return ConfigId Modifier and Type Method Description ConfigIdXmlInfo. getConfigId()static ConfigIdRegisterUtil. getConfigIdByLocalPath(String path, SourceTypeRegister sourceTypeRegister)Получить ConfigId по локальному пути файлаMethods in net.n2oapp.framework.config.register that return types with arguments of type ConfigId Modifier and Type Method Description Set<ConfigId>XmlInfo. getDependents()Methods in net.n2oapp.framework.config.register with parameters of type ConfigId Modifier and Type Method Description voidInfoConstructor. addDependent(ConfigId dependent)Deprecated.voidInfoConstructor. setConfigId(ConfigId configId)Deprecated.Method parameters in net.n2oapp.framework.config.register with type arguments of type ConfigId Modifier and Type Method Description voidInfoConstructor. setDependents(Set<ConfigId> dependents)Deprecated.Constructors in net.n2oapp.framework.config.register with parameters of type ConfigId Constructor Description InfoConstructor(ConfigId configId)Deprecated.XmlInfo(ConfigId configId)Deprecated.
-