Package com.io7m.jproperties

Core functions and types.
  • Class Summary
    Class Description
    JProperties
    Type-safe interface to Properties.
  • Exception Summary
    Exception Description
    JPropertyException
    The type of exceptions raised upon property access errors.
    JPropertyIncorrectType
    The type of exceptions raised upon accessing a property that is not of the expected type.
    JPropertyNonexistent
    The type of exceptions raised upon accessing a property that does not exist.