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 StringDEFAULT_PROFILE_DIAGRAM_FILE_NAMEstatic StringICONS_FOLDER_NAMEstatic StringNATURE_IDstatic StringPLUGIN_XML_FILE_NAME
-
Constructor Summary
Constructors Constructor Description EMFProfileProjectNature()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure()voiddeconfigure()IFoldergetIconsFolder()Collection<IFile>getProfileDiagramFiles()IProjectgetProject()voidsetProject(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:
configurein interfaceIProjectNature- Throws:
CoreException
-
deconfigure
public void deconfigure() throws CoreException- Specified by:
deconfigurein interfaceIProjectNature- Throws:
CoreException
-
getProject
public IProject getProject()
- Specified by:
getProjectin interfaceIProjectNature
-
setProject
public void setProject(IProject project)
- Specified by:
setProjectin interfaceIProjectNature
-
getIconsFolder
public IFolder getIconsFolder()
-
getProfileDiagramFiles
public Collection<IFile> getProfileDiagramFiles()
-
-