net.datacrow.core
Class DcRepository

java.lang.Object
  extended by net.datacrow.core.DcRepository

public abstract class DcRepository
extends java.lang.Object

Holder of definitions such as setting keys and static collections.

Author:
Robert Jan van der Waals

Nested Class Summary
static class DcRepository.Collections
          Contains collections which can be used throughout the application.
static class DcRepository.Database
          The supported database value types.
static class DcRepository.ExternalReferences
           
static class DcRepository.ModuleSettings
          The keys for module specific settings.
static class DcRepository.Settings
          The keys for application level settings.
static class DcRepository.ValueTypes
          The supported value types.
 
Constructor Summary
DcRepository()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DcRepository

public DcRepository()