org.fao.geonet.lib
Class Lib

java.lang.Object
  extended by org.fao.geonet.lib.Lib

public class Lib
extends java.lang.Object


Field Summary
static DbLib db
           
static ElementLib element
           
static LocalLib local
           
static MetadataLib metadata
           
static NetLib net
           
static ResourceLib resource
           
static SourcesLib sources
           
static TypeLib type
           
 
Constructor Summary
Lib()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

local

public static LocalLib local

element

public static ElementLib element

db

public static DbLib db

resource

public static ResourceLib resource

type

public static TypeLib type

net

public static NetLib net

sources

public static SourcesLib sources

metadata

public static MetadataLib metadata
Constructor Detail

Lib

public Lib()