for( RPEResult result : localDocgen.getResults())
{
String type = PropertyUtils.getPropertyRawValue( result.getProperty(RPEConfigConstants.TYP_WŁAŚCIWOŚCI), ""); //$NON-NLS-1$
String location = PropertyUtils.getPropertyRawValue( result.getProperty(RPEConfigConstants.ŚCIEŻKA_WŁAŚCIWOŚCI), ""); //$NON-NLS-1$
System.out.println( type + ": " + path);
}