ModeShape Distribution 3.0.0.Beta4

org.infinispan.schematic.document
Interface Changes

All Known Implementing Classes:
Schematic.DocumentChanges

public interface Changes

Representation of a set of changes made to a document.

Since:
5.1

Method Summary
 Changes clone()
          Obtain a clone of these changes.
 boolean isEmpty()
          Determine if there are any changes.
 

Method Detail

isEmpty

boolean isEmpty()
Determine if there are any changes.

Returns:
true if there is at least one change, or false if there are none

clone

Changes clone()
Obtain a clone of these changes.

Returns:
the clone of these changes; never null

ModeShape Distribution 3.0.0.Beta4

Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.