Overview

 
Package  Use  Tree  Deprecated  Index  Help 
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD


 

org.eclipse.emf.codegen.jet
Interface IJETNature

All Superinterfaces:
IProjectNature

All Known Implementing Classes:
JETNature


public interface IJETNature
extends IProjectNature


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.
 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.
 
Methods inherited from interface org.eclipse.core.resources.IProjectNature
configure, deconfigure, getProject, setProject
 

 

Field Detail

 

 

NATURE_ID

public static final String NATURE_ID

The unique identifier for the JET Nature.

See Also:
Constant Field Values
Method Detail

 

 

getTemplateContainers

public List getTemplateContainers()

Returns the containers where the templates are located.

Returns:
the containers where the templates are located.


 

 

setTemplateContainers

public void setTemplateContainers(List templateContainers)

Sets the containers where the templates are located.

Parameters:
templateContainers - the new locations.


 

 

getJavaSourceContainer

public IContainer getJavaSourceContainer()

Returns the container where the generated Java sources go.

Returns:
the container where the generated Java sources go.


 

 

setJavaSourceContainer

public void setJavaSourceContainer(IContainer javaSourceContainer)

Sets the container where the generated Java sources go.

Parameters:
javaSourceContainer - the new location.


 

Overview

 
Package  Use  Tree  Deprecated  Index  Help 
Copyright 2001-2004 IBM Corporation and others.
All Rights Reserved.
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD