wt.vc
Class MigrateMasterSeries

java.lang.Object
  extended bywt.vc.MigrateMasterSeries

public class MigrateMasterSeries
extends Object


Nested Class Summary
static class MigrateMasterSeries.Server
           
 
Field Summary
private static String DEFAULT_SERIES
           
private static Map iterationMasterMap
           
private static String ROLE
           
private static String RULE_CONSTANT_FOR_VERSIONING
           
private static ClassInfo[] VERSIONED_CONCRETE_DESCENDANTS
           
private static ClassInfo[] WTCONTAINER_CONCRETE_DESCENDANTS
           
 
Constructor Summary
MigrateMasterSeries()
           
 
Method Summary
private static ClassInfo[] getConcreteDescendants(Class clazz)
           
static void main(String[] args)
           
private  void print(String mssg, Map m)
           
private  void print(String mssg, Object[] o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RULE_CONSTANT_FOR_VERSIONING

private static final String RULE_CONSTANT_FOR_VERSIONING
See Also:
Constant Field Values

DEFAULT_SERIES

private static final String DEFAULT_SERIES

VERSIONED_CONCRETE_DESCENDANTS

private static ClassInfo[] VERSIONED_CONCRETE_DESCENDANTS

WTCONTAINER_CONCRETE_DESCENDANTS

private static ClassInfo[] WTCONTAINER_CONCRETE_DESCENDANTS

ROLE

private static final String ROLE
See Also:
Constant Field Values

iterationMasterMap

private static Map iterationMasterMap
Constructor Detail

MigrateMasterSeries

public MigrateMasterSeries()
Method Detail

getConcreteDescendants

private static ClassInfo[] getConcreteDescendants(Class clazz)

main

public static void main(String[] args)
                 throws Throwable
Throws:
Throwable

print

private void print(String mssg,
                   Object[] o)

print

private void print(String mssg,
                   Map m)