| com.google.gwt.dev.cfg.PublicOracle
All known Subclasses: com.google.gwt.dev.cfg.ModuleDef,
PublicOracle | public interface PublicOracle (Code) | | Abstracts the process of querying for public files.
|
findPublicFile | URL findPublicFile(String partialPath)(Code) | | Finds a file on the public path.
Parameters: partialPath - a file path relative to the root of any public package the url of the file, or null if no such file exists |
getAllPublicFiles | String[] getAllPublicFiles()(Code) | | Returns all available public files.
an array containing the partial path to each available public file |
|
|