<!ELEMENT extension (factory)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT factory EMPTY>
<!ATTLIST factory
class CDATA #REQUIRED
extensions CDATA #IMPLIED
fileNames CDATA #IMPLIED
contentTypeId CDATA #IMPLIED>
¹®¼ ÆÑÅ丮ÀÇ ½ºÆåÀÔ´Ï´Ù. ÇØ´ç ÆÄÀÏÀÇ ÆÑÅ丮¸¦ ãÀ¸·Á¸é contentTypeId, fileNames, extensions¿Í °°Àº ¼ø¼·Î °¢ ÆÑÅ丮 ½ºÆåÀÇ ¼Ó¼ºÀ» ÂüÁ¶ÇÕ´Ï´Ù. ÇØ´ç ÆÄÀÏ¿¡¼ ¿©·¯ °³ÀÇ µ¿µîÇÑ Æ¯Á¤ ÆÑÅ丮 ½ºÆåÀ» ãÀº °æ¿ì »ç¿ëµÇ´Â ÆÑÅ丮¸¦ ÁöÁ¤ÇÏÁö ¾Ê½À´Ï´Ù.
<extension id=
"org.eclipse.jdt.debug.ui.SnippetDocumentFactory"
name=
"%snippetDocumentFactory.name"
point=
"org.eclipse.core.filebuffers.documentCreation"
>
<factory extensions=
"jpage"
class=
"org.eclipse.jdt.internal.debug.ui.snippeteditor.SnippetDocumentFactory"
>
</factory>
</extension>
Copyright (c) 2001, 2004 IBM Corporation and others.
All rights reserved. º» ÇÁ·Î±×·¥ ¹× º» ÇÁ·Î±×·¥¿¡ µ¿ºÀµÇ´Â ÀÚ·á´Â
º» ¹èÆ÷¹°¿¡ µ¿ºÀµÇ´Â ÀÏ¹Ý °ø¿ë ¶óÀ̼¾½º v1.0ÀÇ Á¶Ç׿¡ µû¶ó
http://www.eclipse.org/legal/cpl-v10.html¿¡¼
»ç¿ë °¡´ÉÇÕ´Ï´Ù.