Uses of Class
org.projecthusky.valueset.config.ValueSetPackageConfig
Packages that use ValueSetPackageConfig
Package
Description
-
Uses of ValueSetPackageConfig in org.projecthusky.valueset.api
Methods in org.projecthusky.valueset.api that return ValueSetPackageConfigModifier and TypeMethodDescriptionValueSetPackageManager.downloadValueSetPackageConfig
(String sourceUrl) Downloads a value set package configuration from the given URL. Lädt eine Value-Set-Paketkonfiguration von der angegebenen URL herunter.ValueSetPackageManager.downloadValueSetPackageConfig
(URL sourceUrl) Downloads a value set package configuration from the given URL. Lädt eine Value-Set-Paketkonfiguration von der angegebenen URL herunter.ValueSetPackageManager.getLatestValueSetPackageConfig()
Gets the latest value set package config.ValueSetPackageManager.getLatestValueSetPackageConfigByStatus
(ValueSetPackageStatus status) Gets the latest value set package config by status.ValueSetPackageManager.getValueSetPackageConfigByStatusAndDate
(ValueSetPackageStatus status, Date date) Gets the value set package config by status and date.ValueSetPackageManager.loadValueSetPackageConfig
(File config) Loads a value set package configuration from the given file. Lädt eine Wertesatz-Paket-Konfigurationaus der angegebenen Datei.ValueSetPackageManager.loadValueSetPackageConfig
(InputStream inputStream) Loads a value set package configuration from the given stream. Lädt eine Wertesatz-Paket-Konfigurationaus dem angegebenen Stream.ValueSetPackageManager.loadValueSetPackageConfig
(String fileName) Loads a value set package configuration from the given file (the given filename must contain the relative or full path to access the file). Lädt eine Wertesatz-Paket-Konfigurationaus der angegebenen Datei (der angegebene Dateiname muss den relativen oder vollständigen Pfad enthalten, um auf die Datei zuzugreifen).Methods in org.projecthusky.valueset.api that return types with arguments of type ValueSetPackageConfigModifier and TypeMethodDescriptionValueSetPackageManager.listValueSetPackageConfigs()
Gets the value set package config list. Ruft die Liste der Wertesatzpaket-Konfigurationen ab.Methods in org.projecthusky.valueset.api with parameters of type ValueSetPackageConfigModifier and TypeMethodDescriptionvoid
ValueSetPackageManager.addValueSetPackageConfig
(ValueSetPackageConfig value) Adds a value set package config. Fügt eine Wertesatz-Paket-Konfiguration hinzu.ValueSetPackageManager.downloadValueSetPackage
(ValueSetPackageConfig valueSetPackageConfig) Downloads a value set package. Lädt ein Wertesatzpaket herunter.void
ValueSetPackageManager.saveValueSetPackageConfig
(ValueSetPackageConfig config, File file) Saves a value set package configuration in YAML format into the given File. Speichert eine Wertesatz-Paket Konfiguration im YAML-Format in der angegebenen Datei.void
ValueSetPackageManager.saveValueSetPackageConfig
(ValueSetPackageConfig config, OutputStream outputStream) Saves a value set package configuration in YAML format into the given output stream. Speichert eine Wertesatz-Paket Konfiguration im YAML-Format in der angegebenen Datei.void
ValueSetPackageManager.saveValueSetPackageConfig
(ValueSetPackageConfig config, String fileName) Saves a value set package configuration in YAML format into the given File (the given filename must contain the relative or full path to access the file). Speichert eine Wertesatz-Paket Konfiguration im YAML-Format in der angegebenen Datei (der angegebene Dateiname muss den relativen oder vollständigen Pfad enthalten, um auf die Datei zuzugreifen). -
Uses of ValueSetPackageConfig in org.projecthusky.valueset.config
Methods in org.projecthusky.valueset.config that return ValueSetPackageConfig -
Uses of ValueSetPackageConfig in org.projecthusky.valueset.model
Constructors in org.projecthusky.valueset.model with parameters of type ValueSetPackageConfigModifierConstructorDescriptionValueSetPackage
(ValueSetPackageConfig valueSetPackageConfig) Instantiates a new value set package from its config. Instanziiert ein neues Wertesatzpaket aus seiner Konfiguration.