|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttemplates.library.TemplateManager
public class TemplateManager
Singleton manager of the TemplateLibrarys available at runtime. As of
Template Design plugin version 3, a single template library is maintained, in
the "templates" sub-directory of the IDES installation.
| Field Summary | |
|---|---|
protected TemplateLibrary |
localLib
The library of the local user. |
protected TemplateLibrary |
sharedLib
The library shared by all users. |
| Method Summary | |
|---|---|
java.lang.Object |
clone()
|
TemplateLibrary |
getMainLibrary()
Retrieve the main template library. |
static TemplateManager |
instance()
Access the singleton instance of the template manager. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected TemplateLibrary localLib
protected TemplateLibrary sharedLib
Note: As of Template Design plugin version 3, shared libraries are not supported. This functionality is reserved for future releases of the Template Design plugin.
| Method Detail |
|---|
public static TemplateManager instance()
public java.lang.Object clone()
clone in class java.lang.Objectjava.lang.RuntimeException - cloning is not allowedpublic TemplateLibrary getMainLibrary()
Note: As of Template Design plugin version 3, only one library is
supported by the TemplateManager. This method returns this
library.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||