public class GitUpToDateCacheTask
extends org.apache.tools.ant.Task
Constructor and Description |
---|
GitUpToDateCacheTask() |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
protected java.lang.String |
getModuleSnapshotGitHash(java.nio.file.Path path) |
protected java.util.List<java.nio.file.Path> |
scanSnapshotPaths() |
void |
setCacheFileName(java.lang.String cacheFileName) |
void |
setDir(java.lang.String dir) |
void |
setGitDir(java.io.File gitDir) |
void |
setSnapshotFileName(java.lang.String snapshotFileName) |
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
public void execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
public void setCacheFileName(java.lang.String cacheFileName)
public void setDir(java.lang.String dir)
public void setGitDir(java.io.File gitDir)
public void setSnapshotFileName(java.lang.String snapshotFileName)
protected java.lang.String getModuleSnapshotGitHash(java.nio.file.Path path) throws java.io.IOException
java.io.IOException
protected java.util.List<java.nio.file.Path> scanSnapshotPaths()