org.gvsig.tools.library
Interface LibrariesInitializer

All Known Implementing Classes:
AbstractLibrariesInitializer, DefaultLibrariesInitializer

public interface LibrariesInitializer

Initializes the libraries of the application by finding the available Library implementations to instance and call them.

Author:
Cèsar Ordiñana

Method Summary
 void fullInitialize()
          Initializes and post-initializes all available Library objects.
 void fullInitialize(boolean ignoreerrors)
          Initializes and post-initializes all available Library objects.
 void initialize()
          Initializes all available Library objects.
 void initialize(boolean ignoreerrors)
          Initializes all available Library objects.
 void postInitialize()
          Post-initializes all available Library objects.
 void postInitialize(boolean ignoreerrors)
          Post-initializes all available Library objects.
 

Method Detail

initialize

void initialize()
Initializes all available Library objects. The initialization process will stop if any exception is thrown by any of the libraries.


initialize

void initialize(boolean ignoreerrors)
Initializes all available Library objects. The initialization process will stop or not if any exception is thrown by any of the libraries depending on the ignoreerrors parameter.

Parameters:
ignoreerrors - if library initialization errors will stop de process

postInitialize

void postInitialize()
Post-initializes all available Library objects. The initialization process will stop if any exception is thrown by any of the libraries.


postInitialize

void postInitialize(boolean ignoreerrors)
Post-initializes all available Library objects. The initialization process will stop or not if any exception is thrown by any of the libraries depending on the ignoreerrors parameter.

Parameters:
ignoreerrors - if library initialization errors will stop de process

fullInitialize

void fullInitialize()
Initializes and post-initializes all available Library objects. The initialization process will stop if any exception is thrown by any of the libraries.


fullInitialize

void fullInitialize(boolean ignoreerrors)
Initializes and post-initializes all available Library objects. The initialization process will stop or not if any exception is thrown by any of the libraries depending on the ignoreerrors parameter.

Parameters:
ignoreerrors - if library initialization errors will stop de process


Copyright © 2004-2011 gvSIG. All Rights Reserved.