Uses of Class
de.iip_ecosphere.platform.services.environment.InstalledDependenciesSetup
-
Packages that use InstalledDependenciesSetup Package Description de.iip_ecosphere.platform.services.environment Implementation. -
-
Uses of InstalledDependenciesSetup in de.iip_ecosphere.platform.services.environment
Fields in de.iip_ecosphere.platform.services.environment declared as InstalledDependenciesSetup Modifier and Type Field Description private static InstalledDependenciesSetupInstalledDependenciesSetup. instanceMethods in de.iip_ecosphere.platform.services.environment that return InstalledDependenciesSetup Modifier and Type Method Description static InstalledDependenciesSetupInstalledDependenciesSetup. getInstance()Returns a singleton instance viareadFromYaml().static InstalledDependenciesSetupInstalledDependenciesSetup. readFromYaml()Reads the default yaml file, taking into account the system propertyPROPERTY_PATH, the current directory as additional resource folder and the file system root.static InstalledDependenciesSetupInstalledDependenciesSetup. readFromYaml(java.lang.String fileName)Reads the given yaml file via theResourceLoader, taking into account the system propertyPROPERTY_PATH, the current directory as additional resource folder and the file system root.
-