public interface IJETNature
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NATURE_ID
The unique identifier for the JET Nature.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
static final java.lang.String NATURE_ID
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 © 2019. Licensed under the Eclipse Public License v2.0. All rights reserved.
Submit a bug or feature