|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IJETNature
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<java.lang.Object> |
getTemplateContainers()
Returns the containers where the templates are located. |
java.util.List<java.lang.Object> |
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<java.lang.Object> templateContainers)
Sets the containers where the templates are located. |
void |
setTemplateContainers(java.util.List<java.lang.Object> templateContainers,
java.util.List<java.lang.Object> 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 |
---|
static final java.lang.String NATURE_ID
Method Detail |
---|
java.util.List<java.lang.Object> getTemplateContainers()
void setTemplateContainers(java.util.List<java.lang.Object> templateContainers)
templateContainers
- the new locations.java.util.List<java.lang.Object> getTemplateSourceContainers()
void setTemplateContainers(java.util.List<java.lang.Object> templateContainers, java.util.List<java.lang.Object> templateSourceContainers)
templateContainers
- the new locations.templateSourceContainers
- the new source locations.IContainer getJavaSourceContainer()
void setJavaSourceContainer(IContainer javaSourceContainer)
javaSourceContainer
- the new location.
|
Copyright 2001-2012 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |