public interface SingleFileParameter
| Modifier and Type | Method and Description |
|---|---|
void |
addSource(IncludesFileCriteria source)
Accepts a set of files and directories to operate on in the file operation.
|
void |
clear()
Removes all files and directories that will be operated on in the file operation.
|
java.util.List<IncludesFileCriteria> |
getSources()
Returns the set of files and directories that will be operated on in the file
operation.
|
void addSource(IncludesFileCriteria source) throws java.lang.IllegalArgumentException
source - A group of files and directories to operate on.java.lang.IllegalArgumentException - If source is null.void clear()
throws EngineException
EngineException - If a system error occurs.java.util.List<IncludesFileCriteria> getSources() throws EngineException
EngineException - If a system error occurs.© 2000-2025 Flux Corporation. All rights reserved.