Class PropertyItem

java.lang.Object
be.gaudry.model.config.PropertyItem

public class PropertyItem extends Object
Allows storing properties filename and property name to load or retrieve a value. Provided by the broldev.core.model project.
Since:
1.0 Sep 10, 2008, broldev.core.model 0.0.1-SNAPSHOT dependency
Version:
1.0 Sep 10, 2008
Author:
Steph GAUDRY
  • Constructor Details

    • PropertyItem

      public PropertyItem(String itemName, String path)
      Parameters:
      itemName -
      path -
  • Method Details

    • getPath

      public String getPath()
      Returns:
      the path
    • getItemName

      public String getItemName()
      Returns:
      the itemName