public class AssemblyFiles extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AssemblyFiles.Entry |
Constructor and Description |
---|
AssemblyFiles(File assemblyDirectory)
Create a collection of assembly files
|
Modifier and Type | Method and Description |
---|---|
void |
addEntry(File srcFile,
File destFile)
Add a entry to the list of assembly files which possible should be monitored
|
File |
getAssemblyDirectory()
Return destination directory where the files are copied into
|
List<AssemblyFiles.Entry> |
getUpdatedEntriesAndRefresh()
Get the list of all updated entries i.e.
|
boolean |
isEmpty()
Returns true if there are no entries
|
public AssemblyFiles(File assemblyDirectory)
assemblyDirectory
- directory into which the files are copiedpublic void addEntry(File srcFile, File destFile)
srcFile
- source file to monitor. The source file must exist.destFile
- the destination to which it is eventually copied. The destination file must be relative.public List<AssemblyFiles.Entry> getUpdatedEntriesAndRefresh()
public boolean isEmpty()
public File getAssemblyDirectory()
Copyright © 2018. All rights reserved.