org.eclipse.emf.codegen.jet.IJETNature Maven / Gradle / Ivy
/**
* Copyright (c) 2002-2006 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* IBM - Initial API and implementation
*/
package org.eclipse.emf.codegen.jet;
import java.util.List;
import org.eclipse.core.resources.IContainer;
import org.eclipse.core.resources.IProjectNature;
public interface IJETNature extends IProjectNature
{
/**
* The unique identifier for the JET Nature.
*/
public static final String NATURE_ID = "org.eclipse.emf.codegen.jet.IJETNature";
/**
* Returns the containers where the templates are located.
* @return the containers where the templates are located.
*/
public List