Statistics
| Revision:

gvsig-tools / org.gvsig.tools / library / trunk / org.gvsig.tools / org.gvsig.tools.lib / src / main / java / org / gvsig / tools / library / Library.java @ 655

History | View | Annotate | Download (3.31 KB)

# Date Author Comment
655 12/15/2011 11:03 AM Cesar Ordiñana

New library ordering to solve bug gvsig-desktop#67
#67

485 05/13/2011 08:46 AM Cesar Ordiñana

Add new method so the libraries may register themselves there instead of the constructor, so the application may continue starting even if there is an error in one of the libraries.

478 05/11/2011 08:09 AM Cesar Ordiñana

Added new Library.TYPE for service or provider libraries.
Also updated library ordering logic to take the new type into account, solve a bug with priorities, and when a requirement to a library is found, load everything to get a fully functional library: API, implementation and all available services.

359 12/16/2010 04:35 AM Cristian Martín

Added getPriority functions in AbstractLibrary and improved OrderedLibs for resolving duplicated implementations problems choosing by its priorities. Added getPriority in the Library API as well.

354 12/14/2010 06:31 AM Cesar Ordiñana

Add some javadoc comments.

190 07/07/2010 02:48 AM Cesar Ordiñana

Change Library TYPE declaration

188 07/06/2010 09:25 AM Joaquín del Cerro Murciano

Add Library methods to specify dependencies with other libraries.

156 06/24/2010 03:50 AM Cesar Ordiñana

Correct javadoc

19 02/23/2010 08:46 AM Cesar Ordiñana
18 02/23/2010 08:45 AM Cesar Ordiñana

New project structure with workspace bootstrapping added