示例#1
0
 /**
  * Gets the project property.
  *
  * @param project the project
  * @param propertyName the property name
  * @param failIfNull the fail if null
  * @return the project property
  */
 public static String getProjectProperty(
     IProject project, String propertyName, boolean failIfNull) {
   return PropertiesToolBox.getProjectProperty(defaultValues, project, propertyName, failIfNull);
 }