public interface IOverwriteQuery
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ALL
Return code indicating the entity should be overwritten,
and all subsequent entities should be overwritten without prompting.
|
static java.lang.String |
CANCEL
Return code indicating the operation should be canceled.
|
static java.lang.String |
NO
Return code indicating the entity should not be overwritten,
but operation should not be canceled.
|
static java.lang.String |
NO_ALL
Return code indicating the entity should not be overwritten,
and all subsequent entities should not be overwritten without prompting.
|
static java.lang.String |
YES
Return code indicating the entity should be overwritten.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
queryOverwrite(java.lang.String pathString)
Returns one of the return code constants declared on this interface,
indicating whether the entity represented by the passed String should be overwritten.
|
static final java.lang.String CANCEL
static final java.lang.String NO
static final java.lang.String YES
static final java.lang.String ALL
static final java.lang.String NO_ALL
java.lang.String queryOverwrite(java.lang.String pathString)
This method may be called from a non-UI thread, in which case this method must run the query in a sync exec in the UI thread, if it needs to query the user.
pathString - the path representing the entity to be overwritten
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.