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
Constructors -
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:IProfileProviderReturns the provided profile.- Specified by:
getProfilein interfaceIProfileProvider- Returns:
- the provided profile.
-
getProfileNsURI
Description copied from interface:IProfileProviderReturns the namespace URI of the profile.- Specified by:
getProfileNsURIin interfaceIProfileProvider- Returns:
- the namespace URI.
-
getProfileName
Description copied from interface:IProfileProviderReturns the name of the profile.- Specified by:
getProfileNamein interfaceIProfileProvider- Returns:
- the name.
-
getProfileLocationType
Description copied from interface:IProfileProviderReturns the location type of the provided profile.- Specified by:
getProfileLocationTypein interfaceIProfileProvider- Returns:
- the location type.
-