Uses of Enum Class
ch.admin.bit.jeap.archrepo.web.ArchRepoEnvironment
Packages that use ArchRepoEnvironment
-
Uses of ArchRepoEnvironment in ch.admin.bit.jeap.archrepo.web
Methods in ch.admin.bit.jeap.archrepo.web that return ArchRepoEnvironmentModifier and TypeMethodDescriptionArchRepoConfigProperties.getEnvironment()Current environment of the Gov-Dashboard.static ArchRepoEnvironmentReturns the enum constant of this class with the specified name.static ArchRepoEnvironment[]ArchRepoEnvironment.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ch.admin.bit.jeap.archrepo.web with parameters of type ArchRepoEnvironmentModifier and TypeMethodDescriptionvoidArchRepoConfigProperties.setEnvironment(ArchRepoEnvironment environment) Current environment of the Gov-Dashboard.Constructors in ch.admin.bit.jeap.archrepo.web with parameters of type ArchRepoEnvironmentModifierConstructorDescriptionArchRepoConfigProperties(ArchRepoEnvironment environment) Creates a newArchRepoConfigPropertiesinstance.