Class ProjectProfileProvider
java.lang.Object
org.modelversioning.emfprofile.registry.internal.ProjectProfileProvider
- All Implemented Interfaces:
IProfileProvider
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.modelversioning.emfprofile.registry.IProfileProvider
IProfileProvider.ProfileLocationType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the provided profile.Returns the location type of the provided profile.Returns the name of the profile.Returns the namespace URI of the profile.
-
Constructor Details
-
ProjectProfileProvider
-
-
Method Details
-
getProject
-
getProfile
Description copied from interface:IProfileProvider
Returns the provided profile.- Specified by:
getProfile
in interfaceIProfileProvider
- Returns:
- the provided profile.
-
getProfileNsURI
Description copied from interface:IProfileProvider
Returns the namespace URI of the profile.- Specified by:
getProfileNsURI
in interfaceIProfileProvider
- Returns:
- the namespace URI.
-
getProfileName
Description copied from interface:IProfileProvider
Returns the name of the profile.- Specified by:
getProfileName
in interfaceIProfileProvider
- Returns:
- the name.
-
getProfileLocationType
Description copied from interface:IProfileProvider
Returns the location type of the provided profile.- Specified by:
getProfileLocationType
in interfaceIProfileProvider
- Returns:
- the location type.
-