Uses of Class
messif.utility.ExtendedProperties

Packages that use ExtendedProperties
messif.utility Various utilities that does not fit anywhere else including a main class for executing batch files. 
 

Uses of ExtendedProperties in messif.utility
 

Fields in messif.utility with type parameters of type ExtendedProperties
protected static java.util.Map<java.lang.Object,ExtendedProperties> ExtendedProperties.cache
          Properties cache
 

Methods in messif.utility that return ExtendedProperties
 ExtendedProperties ExtendedProperties.clone(java.util.Properties defaults)
          Creates a shallow copy of this properties with the given defaults.
static ExtendedProperties ExtendedProperties.getProperties(java.lang.Class<?> clazz)
          Returns a cached instance of ExtendedProperties for the specified class.
static ExtendedProperties ExtendedProperties.getProperties(java.lang.String file)
          Returns a cached instance of ExtendedProperties for the specified file.
static ExtendedProperties ExtendedProperties.restrictProperties(java.util.Properties properties, java.lang.String prefix)
          Return ExtendedProperties from the specified properties.
static ExtendedProperties ExtendedProperties.restrictProperties(java.util.Properties properties, java.lang.String prefix, java.util.Map<java.lang.String,java.lang.String> variables)
          Return ExtendedProperties from the specified properties with variable expansion.
static ExtendedProperties ExtendedProperties.restrictProperties(java.util.Properties properties, java.lang.String prefix, java.util.Properties defaultProperties, java.util.Map<java.lang.String,java.lang.String> variables)
          Return ExtendedProperties from the specified properties with variable expansion.