featureTypes
È®ÀåÁ¡Àº ±âÈ£ À¯ÇüÀÇ ID¸¦ »ç¿ëÇÏ¿© ´ëü
±â´É ±¸ÇöÀ» µî·ÏÇÒ ¼ö ÀÖ½À´Ï´Ù. ÀÌ ID¸¦ ÇØ´ç À¯ÇüÀ» »ç¿ëÇÏ¿© ÂüÁ¶ÇÒ ¶§¸¶´Ù Á¦°øµÈ ÆÑÅ丮¸¦ »ç¿ëÇÏ¿© Á¤È®Çϰí
±¸Ã¼ÀûÀÎ ±â´É ±¸ÇöÀ» ÀÛ¼ºÇÕ´Ï´Ù.
<!ELEMENT extension (feature-factory+)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT feature-factory EMPTY>
<!ATTLIST feature-factory
class CDATA #REQUIRED>
<extension id=
"custom"
point=
"org.eclipse.update.core.featureTypes"
name=
"Custom packaged feature"
>
<feature-factory class=
"com.xyz.update.CustomFeatureFactory"
>
</feature-factory>
</extension>
org.eclipse.update.core.IFeatureFactory
¸¦ ±¸ÇöÇØ¾ß ÇÕ´Ï´Ù.
Copyright (c) 2004 IBM Corporation and others. All rights reserved. º» ÇÁ·Î±×·¥ ¹× º» ÇÁ·Î±×·¥¿¡ µ¿ºÀµÇ´Â ÀÚ·á´Â º» ¹èÆ÷¹°¿¡ µ¿ºÀµÇ´Â Eclipse Public License v1.0ÀÇ Á¶Ç׿¡ µû¶ó »ç¿ëÇØ¾ß Çϸç À¥ »çÀÌÆ®(http://www.eclipse.org/legal/epl-v10.html)¿¡¼µµ °ü·Ã »çÇ×À» ÂüÁ¶ÇÒ ¼ö ÀÖ½À´Ï´Ù.