실행 구성 유형 이미지

실행 대화 상자에서 실행 구성 유형에 대해 표시된 이미지는 org.eclipse.debug.ui.launchConfigurationTypeImages 확장점을 사용하여 제공됩니다. 이 확장은 이미지 파일을 구성 유형 ID와 연관시킵니다.

실행 구성 이미지

Java 응용프로그램 이미지의 마크업은 다음과 같습니다.

<extension
	point="org.eclipse.debug.ui.launchConfigurationTypeImages">
 		<launchConfigurationTypeImage
			icon="icons/full/etool16/java_app.png"
			configTypeID="org.eclipse.jdt.launching.localJavaApplication"
			id="org.eclipse.jdt.debug.ui.launchConfigurationTypeImage.localJavaApplication">
		</launchConfigurationTypeImage>
		...