| java.lang.Object net.sourceforge.squirrel_sql.client.ApplicationManager
ApplicationManager | public class ApplicationManager (Code) | | A simple wrapper for ApplicationArguments to ensure that it's initialized
method get's called *after* being reset, but before running JUnit tests.
author: manningr |
Method Summary | |
public static void | initApplication() Resets the state of the ApplicationArguments singleton and initializes
it. |
initApplication | public static void initApplication()(Code) | | Resets the state of the ApplicationArguments singleton and initializes
it. It is safe to call this as many times as needed.
|
|
|