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

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);
}

피드백