org.gvsig.tools
Class ToolsLibrary

java.lang.Object
  extended by org.gvsig.tools.library.AbstractLibrary
      extended by org.gvsig.tools.ToolsLibrary
All Implemented Interfaces:
Library

public class ToolsLibrary
extends AbstractLibrary

Tools library initialization.

Version:
$Id$
Author:
2010- Joaquin José del Cerro - gvSIG team, 2010- César Ordiñana - gvSIG team

Nested Class Summary
 
Nested classes/interfaces inherited from class org.gvsig.tools.library.AbstractLibrary
AbstractLibrary.Required
 
Nested classes/interfaces inherited from interface org.gvsig.tools.library.Library
Library.TYPE
 
Constructor Summary
ToolsLibrary()
           
 
Method Summary
protected  void doInitialize()
          Performs all the initializations of the library, only related to himself: register implementation classes through the Locator, start services, etc.
protected  void doPostInitialize()
          Performs all the initializations or validations related to the library dependencies, as getting references to objects through other libraries Locators.
 void doRegistration()
           
 
Methods inherited from class org.gvsig.tools.library.AbstractLibrary
equals, getLibrary, getPriority, getRequireds, getType, hashCode, initialize, isRequired, isRequired, postInitialize, registerAs, registerAsAPI, registerAsImplementationOf, registerAsImplementationOf, registerAsServiceOf, require, require, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ToolsLibrary

public ToolsLibrary()
Method Detail

doRegistration

public void doRegistration()
Specified by:
doRegistration in interface Library
Overrides:
doRegistration in class AbstractLibrary

doInitialize

protected void doInitialize()
                     throws LibraryException
Description copied from class: AbstractLibrary
Performs all the initializations of the library, only related to himself: register implementation classes through the Locator, start services, etc.

Specified by:
doInitialize in class AbstractLibrary
Throws:
LibraryException - if there is an error while performing the initialization of the library

doPostInitialize

protected void doPostInitialize()
                         throws LibraryException
Description copied from class: AbstractLibrary
Performs all the initializations or validations related to the library dependencies, as getting references to objects through other libraries Locators.

Specified by:
doPostInitialize in class AbstractLibrary
Throws:
LibraryException - if there is an error while loading an implementation of the library


Copyright © 2004-2011 gvSIG. All Rights Reserved.