org.eclipse.persistence.utils.rename
Class MigrateTopLinkToEclipseLink
java.lang.Object
org.eclipse.persistence.utils.rename.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 |
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 |
MigrateTopLinkToEclipseLink
public MigrateTopLinkToEclipseLink()
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)