<!ELEMENT extension (launcher*)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT launcher EMPTY>
<!ATTLIST launcher
id CDATA #REQUIRED
class CDATA #REQUIRED
modes CDATA #REQUIRED
label CDATA #REQUIRED
wizard CDATA #IMPLIED
public (true | false)
description CDATA #IMPLIED
perspective CDATA #IMPLIED
icon CDATA #IMPLIED>
org.eclipse.debug.core.model.ILauncherDelegate
¸¦ ±¸ÇöÇÏ´Â Java Ŭ·¡½ºÀÇ ¿ÏÀüÇÑ À̸§org.eclipse.debug.core.ILaunchManager
¿¡ Á¤ÀÇµÈ ´ë·Î "½ÇÇà" ¹× "µð¹ö±×"ÀÔ´Ï´Ù.
½ÇÇà±â´Â ÇÑ ¸ðµå³ª µÎ ¸ðµå¿¡¼ ½ÇÇàÀ» ÇÒ ¼öµµ ÀÖ½À´Ï´Ù.org.eclipse.debug.ui.ILaunchWizard
¸¦ ±¸ÇöÇϴ Ŭ·¡½ºÀÇ ¿ÏÀüÇÑ À̸§.
ÀÌ ¼Ó¼ºÀº µð¹ö±× UI¿¡¼ »ç¿ëµË´Ï´Ù.½ÇÇà±â´Â »ç¿ëÀÚ°¡ ƯÁ¤ÇÑ ¼Ó¼ºÀ» ±¸¼ºÇÏ°í ½ÇÇàÇϵµ·Ï ÇÏ´Â ¸¶¹ý»ç¸¦ Á¦°øÇÒ ¼öµµ ÀÖ½À´Ï´Ù.true
ÀÎ °æ¿ì, ½ÇÇà±â°¡ µð¹ö±× UI¿¡¼ »ç¿ë °¡´ÉÇÕ´Ï´Ù. ÀÌ °æ¿ì ½ÇÇà±â´Â ±âº» ½ÇÇà±â¿¡ ´ëÇÑ ¼±ÅÃÀ¸·Î ³ªÅ¸³ª¸ç,
ÀÌ ½ÇÇà±â¿¡¼ ÀÛ¼ºÇÑ ½ÇÇàÀÌ ½ÇÇà È÷½ºÅ丮¿¡ ³ªÅ¸³ª°í, ½ÇÇà±â¸¦ µå·Ó ´Ù¿î ½ÇÇà/µð¹ö±× µµ±¸ ¸ðÀ½ Á¶Ä¡¿¡¼ »ç¿ëÇÒ ¼ö ÀÖ½À´Ï´Ù.
À§ÀÇ ¿¹Á¦¿¡¼ ÁöÁ¤µÈ ½ÇÇà±â´Â ½ÇÇà ¸ðµå¿Í µð¹ö±× ¸ðµå¸¦ ¸ðµÎ Áö¿øÇÕ´Ï´Ù. ¼º°øÀûÀÎ ½ÇÇà ÈÄ¿¡´Â µð¹ö±× UI°¡ Java Perspective·Î º¯°æµË´Ï´Ù. µð¹ö±× UI°¡ »ç¿ëÀÚ¿¡°Ô ¼±ÅÃÇÒ ½ÇÇà±â ¸ñ·ÏÀ» Á¦½ÃÇϸé "¿¹Á¦ ½ÇÇà±â"°¡ "¿¹Á¦ ÇÁ·Î±×·¥ ½ÇÇà"À̶ó´Â ¼³¸í°ú ÇÔ²² ¼±ÅûçÇ× Áß Çϳª·Î ³ªÅ¸³ª°í com.example.launchers.ui.ExampleLaunchWizard¿¡¼ ÁöÁ¤ÇÑ ¸¶¹ý»ç°¡ ½ÇÇà¿¡ ƯÁ¤ÇÑ ¼¼ºÎ»çÇ×À» ±¸¼ºÇÏ´Â µ¥ »ç¿ëµË´Ï´Ù.<extension point =
"org.eclipse.debug.core.launchers"
>
<launcher id =
"com.example.ExampleLauncher"
class =
"com.example.launchers.ExampleLauncher"
modes =
"run, debug"
label =
"Example Launcher"
wizard =
"com.example.launchers.ui.ExampleLaunchWizard"
public =
"true"
description =
"Launches example programs"
perspective=
"com.example.JavaPerspective"
>
</launcher>
</extension>
Copyright (c) 2000, 2005 IBM Corporation and others.
All rights reserved. º» ÇÁ·Î±×·¥ ¹× º» ÇÁ·Î±×·¥¿¡ µ¿ºÀµÇ´Â ÀÚ·á´Â º» ¹èÆ÷¹°¿¡ µ¿ºÀµÇ´Â Eclipse Public License v1.0ÀÇ Á¶Ç׿¡ µû¶ó »ç¿ëÇØ¾ß Çϸç
À¥ »çÀÌÆ®(http://www.eclipse.org/legal/epl-v10.html)¿¡¼µµ °ü·Ã »çÇ×À» ÂüÁ¶ÇÒ ¼ö ÀÖ½À´Ï´Ù.