Uses of Class
com.aspectran.core.context.rule.EnvironmentRule
-
Packages that use EnvironmentRule Package Description com.aspectran.core.context.rule com.aspectran.core.context.rule.assistant com.aspectran.core.context.rule.converter com.aspectran.core.context.rule.params -
-
Uses of EnvironmentRule in com.aspectran.core.context.rule
Methods in com.aspectran.core.context.rule that return EnvironmentRule Modifier and Type Method Description static EnvironmentRule
EnvironmentRule. newInstance(java.lang.String profile)
Returns a new instance of EnvironmentRule. -
Uses of EnvironmentRule in com.aspectran.core.context.rule.assistant
Methods in com.aspectran.core.context.rule.assistant that return types with arguments of type EnvironmentRule Modifier and Type Method Description java.util.List<EnvironmentRule>
ContextRuleAssistant. getEnvironmentRules()
Gets the environment rules.Methods in com.aspectran.core.context.rule.assistant with parameters of type EnvironmentRule Modifier and Type Method Description void
ContextRuleAssistant. addEnvironmentRule(EnvironmentRule environmentRule)
Adds the environment rule. -
Uses of EnvironmentRule in com.aspectran.core.context.rule.converter
Methods in com.aspectran.core.context.rule.converter with parameters of type EnvironmentRule Modifier and Type Method Description static EnvironmentParameters
RulesToParameters. toEnvironmentParameters(EnvironmentRule environmentRule)
-
Uses of EnvironmentRule in com.aspectran.core.context.rule.params
Methods in com.aspectran.core.context.rule.params that return EnvironmentRule Modifier and Type Method Description EnvironmentRule
AspectranParameters. newEnvironmentRule()
Methods in com.aspectran.core.context.rule.params with parameters of type EnvironmentRule Modifier and Type Method Description AspectranParameters
AspectranParameters. addRule(EnvironmentRule environmentRule)
-