Method Summary |
|
public static void | add(ManifestSection.LoaderSection s) Adds new loader when previous and following are specified. |
public static synchronized void | beginUpdates() |
static synchronized void | doAdd(DataLoader l, ManifestSection.LoaderSection s) Really adds the loader. |
public static synchronized void | endUpdates() |
public Action[] | getActions(boolean context) Getter for set of actions that should be present in the
popup menu of this node. |
public HelpCtx | getHelpCtx() |
public static synchronized LoaderPoolNode | getLoaderPoolNode() Returns the only instance of the loader pool node in our system. |
public static FileObject | getLoaderPoolStorage(boolean create) |
public static synchronized NbLoaderPool | getNbLoaderPool() Returns the only instance of the loader pool in our system. |
static void | installationFinished() Notification to finish installation of nodes during startup. |
static synchronized boolean | isModified(DataLoader l) Checks whether a loader is modified. |
public static void | load() |
public static synchronized boolean | remove(DataLoader dl) Removes the loader. |
public static void | store() |
public static void | waitFinished() Allows tests to wait while processing of events is finished. |