|
Eclipse Platform Kepler (4.3) |
|||||||||
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.DeleteArguments
public class DeleteArguments
Delete arguments describes the data that a processor provides to its delete participants.
This class is not intended to be subclassed by clients.
Constructor Summary | |
---|---|
DeleteArguments()
Creates a new delete arguments object (deleteProjectContents is false ). |
|
DeleteArguments(boolean deleteProjectContents)
Creates a new delete arguments object. |
Method Summary | |
---|---|
boolean |
getDeleteProjectContents()
Returns whether project contents will be deleted as well. |
java.lang.String |
toString()
Returns a string representation of these arguments suitable for debugging purposes only. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DeleteArguments()
false
).
public DeleteArguments(boolean deleteProjectContents)
deleteProjectContents
- true
if project contents will be deletedMethod Detail |
---|
public boolean getDeleteProjectContents()
true
if the refactoring will delete the project contents,
false
if it only removes the reference from the workspacepublic java.lang.String toString()
Subclasses should reimplement this method.
toString
in class RefactoringArguments
|
Eclipse Platform Kepler (4.3) |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2012. All rights reserved.