|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gradle.api.changedetection.state.StateFileWriter
class StateFileWriter
State File Format: ( filename ${newLine} digest ${newLine} )*
Constructor Summary | |
StateFileWriter(IoFactory ioFactory, File stateFile)
|
Method Summary | |
---|---|
void
|
addDigest(java.lang.String key, java.lang.String digest)
|
void
|
close()
|
File
|
getStateFile()
|
void
|
lastFileDigestAdded()
|
Methods inherited from class java.lang.Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Constructor Detail |
---|
public StateFileWriter(IoFactory ioFactory, File stateFile)
Method Detail |
---|
public void addDigest(java.lang.String key, java.lang.String digest)
public void close()
public File getStateFile()
public void lastFileDigestAdded()
Groovy Documentation