org.geotools.catalog
Class ResolveDelta.Kind

java.lang.Object
  extended byorg.geotools.catalog.ResolveDelta.Kind
Enclosing class:
ResolveDelta

public static class ResolveDelta.Kind
extends java.lang.Object

Kind of Delta, used to indicate change.

Since:
0.9.0
Author:
jgarnett

Field Summary
static ResolveDelta.Kind ADDED
          The resource has been added to the catalog.
static ResolveDelta.Kind CHANGED
          The resource has been changed.
static ResolveDelta.Kind NO_CHANGE
          Delta kind constant indicating no change.
static ResolveDelta.Kind REMOVED
          The resource has been removed from the catalog.
static ResolveDelta.Kind REPLACED
          The resource has been replaced with another entry in the catalog.
 
Constructor Summary
ResolveDelta.Kind()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_CHANGE

public static final ResolveDelta.Kind NO_CHANGE
Delta kind constant indicating no change.

See Also:
ResolveDelta.getKind()

ADDED

public static final ResolveDelta.Kind ADDED
The resource has been added to the catalog.

See Also:
ResolveDelta.getKind()

REMOVED

public static final ResolveDelta.Kind REMOVED
The resource has been removed from the catalog.

See Also:
ResolveDelta.getKind()

CHANGED

public static final ResolveDelta.Kind CHANGED
The resource has been changed.

See Also:
ResolveDelta.getKind()

REPLACED

public static final ResolveDelta.Kind REPLACED
The resource has been replaced with another entry in the catalog.

See Also:
ResolveDelta.getKind()
Constructor Detail

ResolveDelta.Kind

public ResolveDelta.Kind()


Copyright © GeoTools. All Rights Reserved.