| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SingleFileParameter
File operations that use a single set of file parameters.
| Method Summary | |
|---|---|
 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.  | 
| Method Detail | 
|---|
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.
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||