Package ch.autumo.beetroot.plant
Class Fertilizer
java.lang.Object
ch.autumo.beetroot.plant.Fertilizer
Fertilizer for plant.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFertilizer(String dbEntity, String resource, String outputBaseDir, String type) Fertilizer. -
Method Summary
-
Field Details
-
LOWER_ENTITIES_NAME
- See Also:
-
UPPER_ENTITIES_NAME
- See Also:
-
LOWER_ENTITIES_NAME_PLURAL
- See Also:
-
UPPER_ENTITIES_NAME_PLURAL
- See Also:
-
cruds
-
-
Constructor Details
-
Fertilizer
public Fertilizer(String dbEntity, String resource, String outputBaseDir, String type) throws Fertilizer.FertilizerException Fertilizer.- Parameters:
dbEntity- DB entity plural name, e.g. 'properties'.resource- template resourceoutputBaseDir- output directorytype- file type (extension)- Throws:
Fertilizer.FertilizerException- fertilizer exception
-
-
Method Details
-
execute
- Throws:
Fertilizer.FertilizerException
-
write
- Throws:
Fertilizer.FertilizerException
-
parse
- Throws:
Fertilizer.FertilizerException
-