Get the location of the user's config file. @return the user config file, or null if this has not yet been set (i.e. Gate.init() has not yet been called).
()
| 1317 | * <code>Gate.init()</code> has not yet been called). |
| 1318 | */ |
| 1319 | public static File getUserConfigFile() { |
| 1320 | return userConfigFile; |
| 1321 | } |
| 1322 | |
| 1323 | /** |
| 1324 | * Set the URL to the "builtin" creole directory. The URL must point to a |
no outgoing calls