Class LockfileProvider
-
- All Implemented Interfaces:
public final class LockfileProvider
-
-
Field Summary
Fields Modifier and Type Field Description private final <Error class: unknown class>lockfile
-
Constructor Summary
Constructors Constructor Description LockfileProvider(File definitionFile)
-
Method Summary
Modifier and Type Method Description final <Error class: unknown class>getLockfile()final <T extends Any> TensureLockfile(Function1<File, T> block)-
-
Constructor Detail
-
LockfileProvider
LockfileProvider(File definitionFile)
-
-
Method Detail
-
getLockfile
final <Error class: unknown class> getLockfile()
-
ensureLockfile
final <T extends Any> T ensureLockfile(Function1<File, T> block)
-
-
-
-