PTP
Release 7.0

org.eclipse.ptp.services.core
Interface IServiceCategory


public interface IServiceCategory

Services can be organized into categories. This is mainly so that services can be presented to the user in an organized way.


Method Summary
 String getId()
          Get the ID of the service category.
 String getName()
          Get the name of this service category.
 Set<IService> getServices()
          Get a set of all the services in the category.
 

Method Detail

getId

String getId()
Get the ID of the service category.


getName

String getName()
Get the name of this service category.


getServices

Set<IService> getServices()
Get a set of all the services in the category.

Returns:

PTP
Release 7.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.