com.izforge.izpack.installer.container.provider
Class RulesProvider
java.lang.Object
com.izforge.izpack.installer.container.provider.RulesProvider
- All Implemented Interfaces:
- org.picocontainer.injectors.Provider
public class RulesProvider
- extends Object
- implements org.picocontainer.injectors.Provider
Injection provider for rules.
- Author:
- Anthonin Bonnefoy, Tim Anderson
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RulesProvider
public RulesProvider()
provide
public RulesEngine provide(AutomatedInstallData installData,
DefaultVariables variables,
ConditionContainer conditionContainer,
Resources resources)
- Reads the conditions specification file and initializes the rules engine.
- Parameters:
installData - the installation datavariables - the variablesconditionContainer - the condition containerresources - the resources
- Returns:
- a new rules engine
Copyright © 2018. All rights reserved.