Interface IProfileProvider
-
- All Known Implementing Classes:
BundleProfileProvider,ProjectProfileProvider
public interface IProfileProvider
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIProfileProvider.ProfileLocationType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProfilegetProfile()Returns the provided profile.IProfileProvider.ProfileLocationTypegetProfileLocationType()Returns the location type of the provided profile.StringgetProfileName()Returns the name of the profile.StringgetProfileNsURI()Returns the namespace URI of the profile.
-
-
-
Method Detail
-
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.
-
-