Package | Description |
---|---|
headfirst.factory.pizzas |
Modifier and Type | Class and Description |
---|---|
class |
CheesePizza |
class |
ClamPizza |
class |
PepperoniPizza |
class |
VeggiePizza |
Modifier and Type | Method and Description |
---|---|
Pizza |
SimplePizzaFactory.createPizza(java.lang.String type) |
Pizza |
PizzaStore.orderPizza(java.lang.String type) |