Uses of Class
com.aeontronix.enhancedmule.tools.config.ConfigProfile
| Package | Description |
|---|---|
| com.aeontronix.enhancedmule.tools | |
| com.aeontronix.enhancedmule.tools.config |
-
Uses of ConfigProfile in com.aeontronix.enhancedmule.tools
Methods in com.aeontronix.enhancedmule.tools that return ConfigProfile Modifier and Type Method Description ConfigProfileEnhancedMuleClient. getConfigProfile()Constructors in com.aeontronix.enhancedmule.tools with parameters of type ConfigProfile Constructor Description EnhancedMuleClient(ConfigProfile configProfile)EnhancedMuleClient(String serverUrl, ConfigProfile configProfile) -
Uses of ConfigProfile in com.aeontronix.enhancedmule.tools.config
Subclasses of ConfigProfile in com.aeontronix.enhancedmule.tools.config Modifier and Type Class Description classConfigFileMethods in com.aeontronix.enhancedmule.tools.config that return ConfigProfile Modifier and Type Method Description static ConfigProfileConfigFile. findConfigProfile(String org, String profile)ConfigProfileConfigFile. getMatchingProfile(String org)Methods in com.aeontronix.enhancedmule.tools.config that return types with arguments of type ConfigProfile Modifier and Type Method Description Map<String,ConfigProfile>ConfigFile. getProfiles()Method parameters in com.aeontronix.enhancedmule.tools.config with type arguments of type ConfigProfile Modifier and Type Method Description voidConfigFile. setProfiles(Map<String,ConfigProfile> profiles)