org.mycore.frontend.redundancy
Class MCRRedundancyUtil

java.lang.Object
  extended by org.mycore.frontend.redundancy.MCRRedundancyUtil

public abstract class MCRRedundancyUtil
extends Object


Field Summary
static String DIR
           
 
Constructor Summary
MCRRedundancyUtil()
           
 
Method Summary
static MCRRedundancyAbstractMapGenerator getMapGenerator(String alias)
           
protected static Class<?> resolveAlias(String alias)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DIR

public static final String DIR
Constructor Detail

MCRRedundancyUtil

public MCRRedundancyUtil()
Method Detail

getMapGenerator

public static MCRRedundancyAbstractMapGenerator getMapGenerator(String alias)
                                                         throws ClassNotFoundException,
                                                                IllegalAccessException,
                                                                InstantiationException
Throws:
ClassNotFoundException
IllegalAccessException
InstantiationException

resolveAlias

protected static Class<?> resolveAlias(String alias)
                                throws ClassNotFoundException
Throws:
ClassNotFoundException