cvm.ucm.repository
Class RepositoryType

java.lang.Object
  extended by cvm.ucm.repository.RepositoryType

public abstract class RepositoryType
extends java.lang.Object

This class holds the definition of the different repository types.

Author:
Eduardo Monteiro

Field Summary
static java.lang.String ACCESS
           
static java.lang.String FILE_SYSTEM
           
static java.lang.String MYSQL
           
 
Constructor Summary
RepositoryType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACCESS

public static final java.lang.String ACCESS
See Also:
Constant Field Values

MYSQL

public static final java.lang.String MYSQL
See Also:
Constant Field Values

FILE_SYSTEM

public static final java.lang.String FILE_SYSTEM
See Also:
Constant Field Values
Constructor Detail

RepositoryType

public RepositoryType()