로컬 형식으로 공개된 결과 검색

로컬 문서 생성 결과를 가져오십시오.
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);
}

피드백