Class EMFProfileProjectNature
- java.lang.Object
-
- org.modelversioning.emfprofile.project.EMFProfileProjectNature
-
- All Implemented Interfaces:
IProjectNature
public class EMFProfileProjectNature extends Object implements IProjectNature
-
-
Field Summary
Fields Modifier and Type Field Description static String
DEFAULT_PROFILE_DIAGRAM_FILE_NAME
static String
ICONS_FOLDER_NAME
static String
NATURE_ID
static String
PLUGIN_XML_FILE_NAME
-
Constructor Summary
Constructors Constructor Description EMFProfileProjectNature()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
configure()
void
deconfigure()
IFolder
getIconsFolder()
Collection<IFile>
getProfileDiagramFiles()
IProject
getProject()
void
setProject(IProject project)
-
-
-
Field Detail
-
NATURE_ID
public static final String NATURE_ID
- See Also:
- Constant Field Values
-
PLUGIN_XML_FILE_NAME
public static final String PLUGIN_XML_FILE_NAME
- See Also:
- Constant Field Values
-
ICONS_FOLDER_NAME
public static final String ICONS_FOLDER_NAME
- See Also:
- Constant Field Values
-
DEFAULT_PROFILE_DIAGRAM_FILE_NAME
public static final String DEFAULT_PROFILE_DIAGRAM_FILE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
configure
public void configure() throws CoreException
- Specified by:
configure
in interfaceIProjectNature
- Throws:
CoreException
-
deconfigure
public void deconfigure() throws CoreException
- Specified by:
deconfigure
in interfaceIProjectNature
- Throws:
CoreException
-
getProject
public IProject getProject()
- Specified by:
getProject
in interfaceIProjectNature
-
setProject
public void setProject(IProject project)
- Specified by:
setProject
in interfaceIProjectNature
-
getIconsFolder
public IFolder getIconsFolder()
-
getProfileDiagramFiles
public Collection<IFile> getProfileDiagramFiles()
-
-