Class PropertiesFactory


  • public class PropertiesFactory
    extends java.lang.Object
    A factory for creating Properties objects.

    Has runtime dependency on the core.

    Author:
    Yoav Landman
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Properties create()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PropertiesFactory

        public PropertiesFactory()
    • Method Detail

      • create

        public static Properties create()
        Returns:
        A new empty properties instance