Package com.mindee
Class CommandLineInterface.ProductCommandHandler
- java.lang.Object
-
- com.mindee.CommandLineInterface.ProductCommandHandler
-
-
Constructor Summary
Constructors Constructor Description ProductCommandHandler(CommandLineInterfaceProducts products, Method method)
Reads all products from the CommandLineInterfaceProducts file and makes them accessible.
-
-
-
Constructor Detail
-
ProductCommandHandler
public ProductCommandHandler(CommandLineInterfaceProducts products, Method method)
Reads all products from the CommandLineInterfaceProducts file and makes them accessible.- Parameters:
products
- List of all products to add.method
- Handler of each product.
-
-