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, setSrcDirIsBasehandleOutOfDateFile, handleUpToDateFile, isOverwrite, isPreserveLastModified, setOverwrite, setPreserveLastModifiedequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclone, getDescription, getLocation, getProject, setDescription, setLocation, setProjectbindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypecloseManager, resolveFilepublic SyncTask()
protected void handleMissingSourceFile(FileObject destFile) throws java.lang.Exception
handleMissingSourceFile in class AbstractSyncTaskdestFile - The existing destination file.java.lang.Exception - Implementation can throw any Exception.protected boolean detectMissingSourceFiles()
detectMissingSourceFiles in class AbstractSyncTask