org.mycore.frontend.redundancy.cli
Class MCRRedundancyGenerateMapCommand

java.lang.Object
  extended by org.mycore.frontend.redundancy.cli.MCRRedundancyGenerateMapCommand

public class MCRRedundancyGenerateMapCommand
extends Object

Generates a redundancy map for a given type processed by the alias map generator.

Author:
Matthias Eichner

Constructor Summary
MCRRedundancyGenerateMapCommand()
           
 
Method Summary
static void generate(String typeAlias, String generatorAlias)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MCRRedundancyGenerateMapCommand

public MCRRedundancyGenerateMapCommand()
Method Detail

generate

public static void generate(String typeAlias,
                            String generatorAlias)
                     throws Exception
Throws:
Exception