Class EMFProfileProjectNatureUtil
- java.lang.Object
-
- org.modelversioning.emfprofile.project.EMFProfileProjectNatureUtil
-
public class EMFProfileProjectNatureUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description EMFProfileProjectNatureUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
addNature(IProject project)
static URI
getDefaultProfileDiagramURI(IProject project)
static Collection<String>
getProfileDiagramFileNames(IProject project)
static Collection<IFile>
getProfileDiagramFiles(IProject project)
static Collection<URI>
getProfileDiagramURIs(IProject project)
-
-
-
Method Detail
-
addNature
public static void addNature(IProject project) throws CoreException
- Throws:
CoreException
-
getProfileDiagramFileNames
public static Collection<String> getProfileDiagramFileNames(IProject project)
-
getProfileDiagramFiles
public static Collection<IFile> getProfileDiagramFiles(IProject project)
-
getProfileDiagramURIs
public static Collection<URI> getProfileDiagramURIs(IProject project)
-
-