Interface PublishProfileLocatorService


public interface PublishProfileLocatorService
A service that loads publish profiles. A default implementation is always loaded that returns the profiles in the current repository.
  • Method Details

    • findProfiles

      Returns a collection of available profiles. Note that this method may block for a while.
      Returns:
      a collection of available profiles.
      Throws:
      IOException - If an IOException occurs.
      MTAccessException - If an MTAccessException occurs.
    • getName

      String getName()
      Returns the name of the profile locator.
      Returns:
      the name of the profile locator.