AbstractSyncTask.SourceInfo
Constructor | Description |
---|---|
SyncTask() |
Modifier and Type | Method | Description |
---|---|---|
protected boolean |
detectMissingSourceFiles() |
Check if this task cares about destination files with a missing source file.
|
protected void |
handleMissingSourceFile(FileObject destFile) |
Handles a destination for which there is no corresponding source file.
|
addConfiguredSrc, execute, isFailonerror, logOrDie, setDestDir, setDestFile, setFailonerror, setIncludes, setSrc, setSrcDir, setSrcDirIsBase
handleOutOfDateFile, handleUpToDateFile, isOverwrite, isPreserveLastModified, setOverwrite, setPreserveLastModified
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
closeManager, resolveFile
public SyncTask()
protected void handleMissingSourceFile(FileObject destFile) throws java.lang.Exception
handleMissingSourceFile
in class AbstractSyncTask
destFile
- The existing destination file.java.lang.Exception
- Implementation can throw any Exception.protected boolean detectMissingSourceFiles()
detectMissingSourceFiles
in class AbstractSyncTask