|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
---|---|
static java.lang.String |
NATURE_ID
The unique identifier for the JET Nature. |
Method Summary | |
---|---|
IContainer |
getJavaSourceContainer()
Returns the container where the generated Java sources go. |
java.util.List |
getTemplateContainers()
Returns the containers where the templates are located. |
java.util.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(java.util.List templateContainers)
Sets the containers where the templates are located. |
void |
setTemplateContainers(java.util.List templateContainers,
java.util.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 java.lang.String NATURE_ID
Method Detail |
public java.util.List getTemplateContainers()
public void setTemplateContainers(java.util.List templateContainers)
templateContainers
- the new locations.public java.util.List getTemplateSourceContainers()
public void setTemplateContainers(java.util.List templateContainers, java.util.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 |