public abstract class ConfigurationElementSorter extends Object
This class may be subclassed.
Constructor and Description |
---|
ConfigurationElementSorter() |
Modifier and Type | Method and Description |
---|---|
abstract IConfigurationElement |
getConfigurationElement(Object object)
Returns the configuration element for the given object.
|
void |
sort(Object[] elements)
Sorts the given array based on its elements' configuration elements
according to the prerequisite relation of their defining plug-ins.
|
public final void sort(Object[] elements)
elements
- the array to be sortedpublic abstract IConfigurationElement getConfigurationElement(Object object)
object
- the objectnull
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.