Interface IProfileProvider
- All Known Implementing Classes:
BundleProfileProvider
,ProjectProfileProvider
public interface IProfileProvider
-
Nested Class 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.
-
Method Details
-
getProfile
Profile getProfile()Returns the provided profile.- Returns:
- the provided profile.
-
getProfileNsURI
String getProfileNsURI()Returns the namespace URI of the profile.- Returns:
- the namespace URI.
-
getProfileName
String getProfileName()Returns the name of the profile.- Returns:
- the name.
-
getProfileLocationType
IProfileProvider.ProfileLocationType getProfileLocationType()Returns the location type of the provided profile.- Returns:
- the location type.
-