PlanningForge
Properties Java Wrapper



Properties Java Wrapper Plug-in Guide

1] Introduction
PlanningForge presents a tool to wrap the properties file to an enumeration (based on an implementation of abstract class).
2] How to generate an abstract class from a properties file.
  1. Select the properties file.
  2. Use the "Properties Java Wrapper" action from popup menu.
  3. The corresponding abstract class has been created into the same package.
The abstract class generated.
3] How to use the abstract class.
Use of the result:
  1. A reference to the abstract class.
  2. Call the corresponding enumeration of the key from the properties file.
4] Mapping between the abstract class and the properties file.