Class UpgradeFactory
- java.lang.Object
-
- co.com.bancolombia.factory.upgrades.UpgradeFactory
-
- All Implemented Interfaces:
ModuleFactory
public class UpgradeFactory extends java.lang.Object implements ModuleFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringUPGRADES
-
Constructor Summary
Constructors Constructor Description UpgradeFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbuildModule(ModuleBuilder builder)
-
-
-
Field Detail
-
UPGRADES
public static final java.lang.String UPGRADES
- See Also:
- Constant Field Values
-
-
Method Detail
-
buildModule
public void buildModule(ModuleBuilder builder) throws java.io.IOException, CleanException
- Specified by:
buildModulein interfaceModuleFactory- Throws:
java.io.IOExceptionCleanException
-
-