| org.openlaszlo.compiler.FileResolver
FileResolver | public interface FileResolver (Code) | | Provides an interface for resolving a pathname to a File. The
Compiler class uses this to resolve includes (hrefs).
author: Oliver Steele |
DEFAULT_FILE_RESOLVER | FileResolver DEFAULT_FILE_RESOLVER(Code) | | An instance of the DefaultFileResolver
|
getBinaryIncludes | Set getBinaryIncludes()(Code) | | The Set of Files that represents the includes that have been
implicitly included by binary libraries. This is updated by
the library compiler and used to resolve paths that may not
exist in the binary distribution.
|
|
|