Interface IProfileProvider

All Known Implementing Classes:
BundleProfileProvider, ProjectProfileProvider

public interface IProfileProvider
  • 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.