Uses of Class
de.dlr.proseo.procmgr.rest.model.RestConfigurationFile
Packages that use RestConfigurationFile
Package
Description
Utility classes for the prosEO Processor Manager component
-
Uses of RestConfigurationFile in de.dlr.proseo.procmgr.rest.model
Fields in de.dlr.proseo.procmgr.rest.model with type parameters of type RestConfigurationFileModifier and TypeFieldDescriptionprotected List<RestConfigurationFile> RestConfiguration.configurationFilesThe configuration files for this configurationMethods in de.dlr.proseo.procmgr.rest.model that return types with arguments of type RestConfigurationFileModifier and TypeMethodDescription@NotNull @Valid List<RestConfigurationFile> RestConfiguration.getConfigurationFiles()Returns the configurationFiles.Method parameters in de.dlr.proseo.procmgr.rest.model with type arguments of type RestConfigurationFileModifier and TypeMethodDescriptionvoidRestConfiguration.setConfigurationFiles(List<RestConfigurationFile> configurationFiles) Set the configurationFiles.