org.drools.guvnor.client.rpc
Class SnapshotDiffs

java.lang.Object
  extended by org.drools.guvnor.client.rpc.SnapshotDiffs
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class SnapshotDiffs
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable

Differences between two snapshots. Difference between different asset versions.


Field Summary
 SnapshotDiff[] diffs
           
 String leftName
           
 String rightName
           
 
Constructor Summary
SnapshotDiffs()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

leftName

public String leftName

rightName

public String rightName

diffs

public SnapshotDiff[] diffs
Constructor Detail

SnapshotDiffs

public SnapshotDiffs()


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.