Interface ServiceCollection

    • Method Detail

      • getServices

        java.util.List<Service> getServices()

        Returns a List of the Services in this collection.

        Returns:
        a List of the Services in this collection
      • addService

        void addService​(Service service)
                 throws CoreException

        Adds a Service to this collection.

        Parameters:
        service - the Service to add
        Throws:
        CoreException - wrapping any underlying Exception that may occur