public interface IFileSpecificationGetter
IFileSpecification
's which
are used to open files by the compiler.Modifier and Type | Method and Description |
---|---|
IFileSpecification |
getFileSpecification(String fileName)
Returns the most recent
IFileSpecification given to the
implementation for a specified path. |
IWorkspace |
getWorkspace()
Returns the
IWorkspace associated with the implementation, must
never be null. |
IFileSpecification getFileSpecification(String fileName)
IFileSpecification
given to the
implementation for a specified path. If the implementation has not seen
the specified path before, a new FileSpecification
is returned.fileName
- Normalized absolute file name for which a
IFileSpecification
should be returned.IFileSpecification
given to the
implementation for a specified file name.IWorkspace getWorkspace()
IWorkspace
associated with the implementation, must
never be null.IWorkspace
associated with the implementation, must
never be null.Copyright © 2016 The Apache Software Foundation. All rights reserved.