Class PtProperties

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

public class PtProperties extends Properties
Special properties for PhraseTransformer.

Supported property keys are defined at construction, and they must all have a default value defined.

See Also:
  • Field Details

  • Constructor Details

    • PtProperties

      public PtProperties(Properties defaultProperties)
      Create a properties object.
      Parameters:
      defaultProperties - The supported keys and their default values.
  • Method Details