Groovy Documentation

org.gradle.api.changedetection.state
Class StateFileComparator

java.lang.Object
  org.gradle.api.changedetection.state.StateFileComparator

class StateFileComparator

author:
Tom Eyckmans


Constructor Summary
StateFileComparator(StateFileUtil stateFileUtil, int levelIndex)

StateFileComparator(StateFileUtil stateFileUtil, java.lang.String stateFilename)

 
Method Summary
boolean compareStateFiles(StateFileChangeListener stateFileChangeListener)

 
Methods inherited from class java.lang.Object
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 

Constructor Detail

StateFileComparator

public StateFileComparator(StateFileUtil stateFileUtil, int levelIndex)


StateFileComparator

public StateFileComparator(StateFileUtil stateFileUtil, java.lang.String stateFilename)


 
Method Detail

compareStateFiles

public boolean compareStateFiles(StateFileChangeListener stateFileChangeListener)


 

Groovy Documentation