Subversion Repositories bacoAlunos

Compare Revisions

Ignore whitespace Rev 1553 → Rev 1563

/branches/v3/impl/src/java/pt/estgp/estgweb/utils/ConfigProperties.java
83,6 → 83,16
}
 
/**
*
* @param property to load
* @return property value
*/
public static boolean containsProperty(String property)
{
return getInstance().containsProp(property);
}
 
/**
* @param propertyPrefix to load
* @return a list of all property names hat starts with the given
* prefix