Class IgnoreErrorCallback
java.lang.Object
ch.tocco.nice2.dbrefactoring.api.callback.IgnoreErrorCallback
- All Implemented Interfaces:
Callback,CallbackHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidThe callback objects from the installation routine are passed to this handler.booleanvoidsetIgnoreErrors(boolean ignoreErrors)
-
Constructor Details
-
IgnoreErrorCallback
public IgnoreErrorCallback(boolean ignoreErrors) -
IgnoreErrorCallback
public IgnoreErrorCallback()
-
-
Method Details
-
isIgnoreErrors
public boolean isIgnoreErrors() -
setIgnoreErrors
public void setIgnoreErrors(boolean ignoreErrors) -
handle
Description copied from interface:CallbackHandlerThe callback objects from the installation routine are passed to this handler. A callback might ask for additional information required for installing or just informs the caller. TheCallbackinterface is a marker interface, so you need to check for concrete subclasses.- Specified by:
handlein interfaceCallbackHandler
-