See: Description
| Interface | Description | 
|---|---|
| IBinaryFileSpecification | 
 Extension of IFileSpecification that can open an input stream to the specified file. 
 | 
| IFileSpecification | 
 The interface for file specifications. 
 | 
| Class | Description | 
|---|---|
| BaseFileSpecification | 
 Base class for all IFileSpecifications, which has a file path and knows
 how to perform basic operations with it. 
 | 
| CombinedFile | 
 This is an  
IFileSpecification that include multiple source files into
 one. | 
| FileSpecification | 
 A file specification that reads the content of the file from the file itself. 
 | 
| Enum | Description | 
|---|---|
| CombinedFile.BOM | 
 BOM patterns. 
 | 
The compiler sometimes uses a file specification to represent
a file rather than a Java File object or a path string.
The distinction is historical and probably unnecessary.
Copyright © 2016 The Apache Software Foundation. All rights reserved.