|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
static String |
NATURE_ID
The unique identifier for the JET Nature. |
Method Summary | |
IContainer |
getJavaSourceContainer()
Returns the container where the generated Java sources go. |
List |
getTemplateContainers()
Returns the containers where the templates are located. |
List |
getTemplateSourceContainers()
Returns the containers where the template sources are located. |
void |
setJavaSourceContainer(IContainer javaSourceContainer)
Sets the container where the generated Java sources go. |
void |
setTemplateContainers(List templateContainers)
Sets the containers where the templates are located. |
void |
setTemplateContainers(List templateContainers,
List templateSourceContainers)
Sets the containers where the template sources are located. |
Methods inherited from interface org.eclipse.core.resources.IProjectNature |
configure, deconfigure, getProject, setProject |
Field Detail |
public static final String NATURE_ID
Method Detail |
public List getTemplateContainers()
public void setTemplateContainers(List templateContainers)
templateContainers
- the new locations.public List getTemplateSourceContainers()
public void setTemplateContainers(List templateContainers, List templateSourceContainers)
templateContainers
- the new locations.templateSourceContainers
- the new sourcelocations.public IContainer getJavaSourceContainer()
public void setJavaSourceContainer(IContainer javaSourceContainer)
javaSourceContainer
- the new location.
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |