Uses of Class
ch.mobi.mobitor.config.EnvironmentNetwork
-
Packages that use EnvironmentNetwork Package Description ch.mobi.mobitor.config ch.mobi.mobitor.service -
-
Uses of EnvironmentNetwork in ch.mobi.mobitor.config
Methods in ch.mobi.mobitor.config that return EnvironmentNetwork Modifier and Type Method Description EnvironmentNetworkEnvironmentConfigProperties. getNetwork()static EnvironmentNetworkEnvironmentNetwork. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EnvironmentNetwork[]EnvironmentNetwork. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EnvironmentNetwork in ch.mobi.mobitor.service
Methods in ch.mobi.mobitor.service that return EnvironmentNetwork Modifier and Type Method Description EnvironmentNetworkEnvironmentsConfigurationService. getCurrentNetwork()Methods in ch.mobi.mobitor.service with parameters of type EnvironmentNetwork Modifier and Type Method Description booleanEnvironmentsConfigurationService. isNetworkReachable(EnvironmentNetwork network)
-