ID: org.eclipse.debug.core.launchers
¼³¸í: ÀÌ È®ÀåÁ¡À» ÅëÇØ µµ±¸°¡ ½ÇÇà±â¸¦ Á¦°øÇÒ ¼ö ÀÖ½À´Ï´Ù. ½ÇÇà±â´Â µð¹ö±× ¼¼¼ÇÀ» ÃʱâÈÇϰųª ÇÁ·Î±×·¥À» ½ÇÇàÇÏ°í ½ÇÇà °ü¸®ÀÚ¿¡ °á°ú¸¦ µî·ÏÇÕ´Ï´Ù.
±¸¼º ¸¶Å©¾÷:
<!ATTLIST launcher id CDATA #REQUIRED class CDATA #REQUIRED modes CDATA #REQUIRED label CDATA #REQUIRED wizard CDATA #IMPLIED public CDATA #IMPLIED description CDATA #IMPLIED perspective CDATA #IMPLIED >
¿¹:
´ÙÀ½Àº ½ÇÇà±â È®ÀåÁ¡¿¡ ´ëÇÑ ¿¹ÀÔ´Ï´Ù.
<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>
À§ÀÇ ¿¹¿¡¼ ÁöÁ¤µÈ ½ÇÇà±â´Â ½ÇÇà ¸ðµå¿Í µð¹ö±× ¸ðµå¸¦ ¸ðµÎ Áö¿øÇÕ´Ï´Ù. ½ÇÇà¿¡ ¼º°øÇÏ¸é µð¹ö±× UI°¡ Java Perspective·Î º¯°æµË´Ï´Ù. µð¹ö±× UI°¡ »ç¿ëÀÚ¿¡°Ô ¼±ÅÃÇÒ ½ÇÇà±â ¸ñ·ÏÀ» Á¦°øÇϸé "¿¹Á¦ ½ÇÇà±â"°¡ ¼³¸íÀ¸·Î¼ "¿¹Á¦ ÇÁ·Î±×·¥ ½ÇÇà"°ú ÇÔ²² ¼±ÅûçÇ×ÀÇ Çϳª·Î ³ªÅ¸³ª°í, com.example.launchers.ui.ExampleLaunchWizard¿¡ ÀÇÇØ ÁöÁ¤µÈ ¸¶¹ý»ç´Â ½ÇÇà Æ¯Á¤ ¼¼ºÎ»çÇ×À» ±¸¼ºÇÏ´Â µ¥ »ç¿ëµË´Ï´Ù.
API Á¤º¸: class ¼Ó¼º °ªÀº ÀÎÅÍÆäÀ̽º org.eclipse.debug.core.ILauncher
´ëÇ¥ÀÚ¸¦ ±¸ÇöÇÏ´Â Java Ŭ·¡½ºÀÇ ¿ÏÀüÇÑ Å¬·¡½º À̸§À̾î¾ß ÇÕ´Ï´Ù. wizard
¼Ó¼º °ªÀº org.eclipse.debug.ui.ILaunchWizard¸¦ ±¸ÇöÇÏ´Â Java Ŭ·¡½ºÀÇ ¿ÏÀüÇÑ Å¬·¡½º
À̸§À̾î¾ß ÇÕ´Ï´Ù.