|
Eclipse Platform Release 3.2 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.eclipse.ltk.core.refactoring.participants.RefactoringArguments
org.eclipse.ltk.core.refactoring.participants.GenericRefactoringArguments
Refactoring arguments which provide the ability to set arguments using key-value pairs of strings.
Note: This API is considered experimental and may change in the near future.
IRefactoringInstanceCreator,
RefactoringDescriptor| Constructor Summary | |
|---|---|
GenericRefactoringArguments()
|
|
| Method Summary | |
|---|---|
String |
getAttribute(String name)
Returns the attribute with the specified name. |
void |
setAttribute(String name,
String value)
Sets the attribute with the specified name to the indicated value. |
String |
toString()
Returns a string representation of these arguments suitable for debugging purposes only. Subclasses should reimplement this method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public GenericRefactoringArguments()
| Method Detail |
public String getAttribute(String name)
name - the name of the attribute
null
public void setAttribute(String name,
String value)
name - the name of the attributevalue - the value of the attributepublic String toString()
Subclasses should reimplement this method.
toString in class RefactoringArguments
|
Eclipse Platform Release 3.2 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.