Class OverlayProperties

All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>, Handler, PropertyHandler

public class OverlayProperties extends Properties implements PropertyHandler
See Also:
  • Constructor Details

  • Method Details

    • exists

      public boolean exists(String filename)
      Description copied from interface: PropertyHandler
      check to see whether a property file exists within the classpath or filesystem
      Specified by:
      exists in interface PropertyHandler
      Returns:
      true if resource exists
    • loadProps

      public boolean loadProps(String filename)
      Description copied from interface: PropertyHandler
      load properties for the given properties file
      Specified by:
      loadProps in interface PropertyHandler
      Returns:
      true if load was successful
    • load

      public boolean load(String filename) throws IOException
      cleanse and reload the property file
      Parameters:
      filename -
      Returns:
      Throws:
      IOException
    • getName

      public String getName()