public class DeleteArguments extends RefactoringArguments
This class is not intended to be subclassed by clients.
Constructor and Description |
---|
DeleteArguments()
Creates a new delete arguments object (deleteProjectContents is
false ). |
DeleteArguments(boolean deleteProjectContents)
Creates a new delete arguments object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getDeleteProjectContents()
Returns whether project contents will be deleted as well.
|
String |
toString()
Returns a string representation of these arguments suitable for debugging
purposes only.
|
public DeleteArguments()
false
).public DeleteArguments(boolean deleteProjectContents)
deleteProjectContents
- true
if project contents will be deletedpublic boolean getDeleteProjectContents()
true
if the refactoring will delete the project contents,
false
if it only removes the reference from the workspacepublic String toString()
Subclasses should reimplement this method.
toString
in class RefactoringArguments
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.