com.pmease.quickbuild.migration
Class MigratorAnalyzeResult

java.lang.Object
  extended by com.pmease.quickbuild.migration.MigratorAnalyzeResult

public class MigratorAnalyzeResult
extends java.lang.Object


Constructor Summary
MigratorAnalyzeResult()
           
 
Method Summary
 int getDataVersion()
           
 java.util.List<java.lang.reflect.Method> getMigrateMethods()
           
 java.util.Map<java.lang.String,java.lang.Integer> getMigrateVersions()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MigratorAnalyzeResult

public MigratorAnalyzeResult()
Method Detail

getMigrateVersions

public java.util.Map<java.lang.String,java.lang.Integer> getMigrateVersions()

getMigrateMethods

public java.util.List<java.lang.reflect.Method> getMigrateMethods()

getDataVersion

public int getDataVersion()


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.