Uses of Class
org.projecthusky.valueset.config.ValueSetConfig
Packages that use ValueSetConfig
Package
Description
-
Uses of ValueSetConfig in org.projecthusky.communication.requests.svs
Methods in org.projecthusky.communication.requests.svs that return ValueSetConfig -
Uses of ValueSetConfig in org.projecthusky.valueset.api
Methods in org.projecthusky.valueset.api that return ValueSetConfigModifier and TypeMethodDescriptionValueSetManager.loadValueSetConfig
(File config) Loads a value set config from the given file. Lädt eine Wertesatzkonfiguration aus der angegebenen DateiValueSetManager.loadValueSetConfig
(InputStream inputStream) Loads a value set config from the given stream. Lädt eine Wertesatzkonfiguration aus dem angegebenen StreamValueSetManager.loadValueSetConfig
(String fileName) Loads a value set config from the given file (the given filename must contain the relative or full path to access the file). Lädt eine Wertesatzkonfiguration aus 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 with parameters of type ValueSetConfigModifier and TypeMethodDescriptionValueSetManager.downloadValueSet
(ValueSetConfig valueSetConfig) Downloads a value set as defined in the given configuration. Lädt einen Wertesatz herunter wie in der angegebenen Konfiguration definiert.byte[]
ValueSetManager.downloadValueSetRaw
(ValueSetConfig valueSetConfig) Downloads a value set as defined in the given configuration.void
ValueSetManager.saveValueSetConfig
(ValueSetConfig valueSetConfig, File file) Saves the given value set configuration in YAML format to the given file. Speichert die angegebene Wertesatz-Konfiguration im YAML-Format in der angegebenen Datei.void
ValueSetManager.saveValueSetConfig
(ValueSetConfig valueSetConfig, OutputStream outputStream) Saves the given value set configuration in YAML format to the given output stream. Speichert die angegebene Wertesatz-Konfiguration im YAML-Format in der angegebenen Datei.void
ValueSetManager.saveValueSetConfig
(ValueSetConfig valueSetConfig, String fileName) Saves the given value set configuration in YAML format to the given file (the given filename must contain the relative or full path to access the file). Speichert die angegebene Wertesatz-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 ValueSetConfig in org.projecthusky.valueset.config
Methods in org.projecthusky.valueset.config that return ValueSetConfigMethods in org.projecthusky.valueset.config that return types with arguments of type ValueSetConfigModifier and TypeMethodDescriptionValueSetPackageConfig.getValueSetConfigList()
Gets the value set config list. Ruft die Wertesatz-Konfigurationsliste ab.Methods in org.projecthusky.valueset.config with parameters of type ValueSetConfigModifier and TypeMethodDescriptionvoid
ValueSetPackageConfig.addValueSetConfig
(ValueSetConfig value) Adds a value set configuration. Fügt eine Wertesatzkonfiguration hinzu.Method parameters in org.projecthusky.valueset.config with type arguments of type ValueSetConfigModifier and TypeMethodDescriptionvoid
ValueSetPackageConfig.setValueSetConfigList
(List<ValueSetConfig> valueSetConfigList) Sets the value set config list. Legt die Liste der Wertesatz-Konfigurationen fest.ValueSetPackageConfig.Builder.withValueSetConfigList
(ArrayList<ValueSetConfig> valueSetConfigList) With value set config list.