|
Rational Developer for Power Systems Software V7.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.etools.iseries.projects.core.PropertyExtensionPointManager
public class PropertyExtensionPointManager
Manages all iSeries Project perspective extension points.
| Field Summary | |
|---|---|
static String |
Copyright
|
| Method Summary | |
|---|---|
static PropertyExtensionPointManager |
getInstance()
Return singleton instance |
static String |
getLogString(IConfigurationElement element)
Utility method to return a string to display in .log warnings when we have a bad contribution. |
boolean |
hasKey(QualifiedName key)
Is there a key loaded by the given name |
List<PropertyDefinition> |
loadPropertyKeys(String resourceType,
String sharedScope)
Return the list of property definitions defined for the given parameters |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String Copyright
| Method Detail |
|---|
public static PropertyExtensionPointManager getInstance()
public List<PropertyDefinition> loadPropertyKeys(String resourceType,
String sharedScope)
resourceType - - the type of IBM i resourcesharedScope - - the scope to which the property should be shared with others
PropertyDefinition or an empty list if none have been loaded.public boolean hasKey(QualifiedName key)
key - a QualifiedName with the qualifier being the contributing plugin
public static String getLogString(IConfigurationElement element)
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||