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
 java.lang.String getId()
          Get the ID of the service category.
 java.lang.String getName()
          Get the name of this service category.
 java.util.Set<IService> getServices()
          Get a set of all the services in the category.
 

Method Detail

getId

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


getName

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


getServices

java.util.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.