擷取本端發佈的結果

取得本端文件產生作業的結果。
for( RPEResult result : localDocgen.getResults())
{
		String type = PropertyUtils.getPropertyRawValue( result.getProperty(RPEConfigConstants.PROPERTY_TYPE), "");  //$NON-NLS-1$
		String location = PropertyUtils.getPropertyRawValue( result.getProperty(RPEConfigConstants.PROPERTY_PATH), "");  //$NON-NLS-1$
		System.out.println( type + ":" + path);
}