Faceted Project Framework
Version 1.3

org.eclipse.wst.common.project.facet.core
Interface ICategory

All Superinterfaces:
IAdaptable

public interface ICategory
extends IAdaptable

Models a grouping of project facets that are intended to be selected and deselected as a set. This interface is not intended to be implemented by clients.

Author:
Konstantin Komissarchik

Method Summary
 String getDescription()
           
 String getId()
           
 String getLabel()
           
 String getPluginId()
           
 Set<IProjectFacet> getProjectFacets()
          Returns the project facets that compose this category.
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Method Detail

getId

String getId()

getPluginId

String getPluginId()

getLabel

String getLabel()

getDescription

String getDescription()

getProjectFacets

Set<IProjectFacet> getProjectFacets()
Returns the project facets that compose this category.

Returns:
the member project facets

Faceted Project Framework
Version 1.3

Copyright (c) 2008 BEA Systems, Inc. and others. All rights reserved.