public static final class IDBDeltaVisitor.Filter.Policy
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.Object |
ALLOWED |
static java.lang.Object |
FORBIDDEN |
static java.lang.Object |
IGNORED |
Constructor and Description |
---|
Policy() |
public static final java.lang.Object ALLOWED
public static final java.lang.Object FORBIDDEN
public static final java.lang.Object IGNORED
public boolean isAllowed(IDBDelta.DeltaType deltaType)
public boolean isAllowed(IDBDelta.ChangeKind changeKind)
public boolean isAllowed(IDBDelta.DeltaType deltaType, IDBDelta.ChangeKind changeKind)
public boolean isAllowed(IDBDelta delta)
public boolean isForbidden(IDBDelta.DeltaType deltaType)
public boolean isForbidden(IDBDelta.ChangeKind changeKind)
public boolean isForbidden(IDBDelta.DeltaType deltaType, IDBDelta.ChangeKind changeKind)
public boolean isForbidden(IDBDelta delta)
public boolean isIgnored(IDBDelta.DeltaType deltaType)
public boolean isIgnored(IDBDelta.ChangeKind changeKind)
public boolean isIgnored(IDBDelta.DeltaType deltaType, IDBDelta.ChangeKind changeKind)
public boolean isIgnored(IDBDelta delta)
public IDBDeltaVisitor.Filter.Policy allow(IDBDelta.DeltaType deltaType)
public IDBDeltaVisitor.Filter.Policy allow(IDBDelta.ChangeKind changeKind)
public IDBDeltaVisitor.Filter.Policy allow(IDBDelta.DeltaType deltaType, IDBDelta.ChangeKind changeKind)
public IDBDeltaVisitor.Filter.Policy allowAll()
public IDBDeltaVisitor.Filter.Policy forbid(IDBDelta.DeltaType deltaType)
public IDBDeltaVisitor.Filter.Policy forbid(IDBDelta.ChangeKind changeKind)
public IDBDeltaVisitor.Filter.Policy forbid(IDBDelta.DeltaType deltaType, IDBDelta.ChangeKind changeKind)
public IDBDeltaVisitor.Filter.Policy forbidAll()
public IDBDeltaVisitor.Filter.Policy ignore(IDBDelta.DeltaType deltaType)
public IDBDeltaVisitor.Filter.Policy ignore(IDBDelta.ChangeKind changeKind)
public IDBDeltaVisitor.Filter.Policy ignore(IDBDelta.DeltaType deltaType, IDBDelta.ChangeKind changeKind)
public IDBDeltaVisitor.Filter.Policy ignoreAll()
public java.lang.String toString()
toString
in class java.lang.Object
public IDBDeltaVisitor.Filter.Policy freeze()
Copyright (c) 2004-2019 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html