Uses of Class
com.aspectran.core.context.env.EnvironmentProfiles
-
Packages that use EnvironmentProfiles Package Description com.aspectran.core.context.builder com.aspectran.core.context.env com.aspectran.core.context.rule.assistant -
-
Uses of EnvironmentProfiles in com.aspectran.core.context.builder
Methods in com.aspectran.core.context.builder that return EnvironmentProfiles Modifier and Type Method Description protected EnvironmentProfilesAbstractActivityContextBuilder. createEnvironmentProfiles() -
Uses of EnvironmentProfiles in com.aspectran.core.context.env
Constructors in com.aspectran.core.context.env with parameters of type EnvironmentProfiles Constructor Description ActivityEnvironment(EnvironmentProfiles environmentProfiles, ActivityContext activityContext) -
Uses of EnvironmentProfiles in com.aspectran.core.context.rule.assistant
Methods in com.aspectran.core.context.rule.assistant that return EnvironmentProfiles Modifier and Type Method Description EnvironmentProfilesActivityRuleAssistant. getEnvironmentProfiles()Constructors in com.aspectran.core.context.rule.assistant with parameters of type EnvironmentProfiles Constructor Description ActivityRuleAssistant(ApplicationAdapter applicationAdapter, EnvironmentProfiles environmentProfiles)
-