Package org.eclipse.ltk.core.refactoring
Class GroupCategory
java.lang.Object
org.eclipse.ltk.core.refactoring.GroupCategory
A group category is used to annotate change groups so that
they can be identified and filtered.
Note: this class is not intended to be subclassed
- Since:
- 3.2
- Restriction:
- This class is not intended to be subclassed by clients.
-
Constructor Summary
ConstructorDescriptionGroupCategory
(String id, String name, String description) Creates a new group category with the given name and description. -
Method Summary
-
Constructor Details
-
GroupCategory
Creates a new group category with the given name and description.- Parameters:
id
- a unique identifiername
- the namedescription
- the description
-
-
Method Details