|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.gradle.api.changedetection.state.StateFileWriter
class StateFileWriter extends java.lang.Object
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 | |
|---|---|
| hashCode, getClass, equals, toString, wait, wait, wait, 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