Class MigrateTopLinkToEclipseLink


  • public class MigrateTopLinkToEclipseLink
    extends java.lang.Object
    Provides a product rename utility specific to moving Oracle TopLink source to EclipseLink. In addition to invoking the package-rename utility it also clears out the target folder except the doNotDeleteFiles. When copying and renaming classes the renamer will NOT replace existing files. This allows us to modify target files and keep the modifications from future executions overwriting them.
    Author:
    djclarke
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      void migrate​(java.lang.String source, java.lang.String target, java.lang.String propertiesFile)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MigrateTopLinkToEclipseLink

        public MigrateTopLinkToEclipseLink()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
      • migrate

        public void migrate​(java.lang.String source,
                            java.lang.String target,
                            java.lang.String propertiesFile)