public class MigrateMojo
extends org.apache.maven.plugin.AbstractMojo
| Constructor and Description |
|---|
MigrateMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
protected void |
migrateDirectory(File source,
File target,
String sourcePath,
String sourcePackageName) |
protected void |
migrateFile(File source,
File target) |
protected void |
migrateSource(File sourceBase,
File targetBase,
String path) |
protected String |
replaceAll(String source,
String fromToken,
String toToken) |
protected String |
reversePackage(String packageName) |
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionprotected void migrateDirectory(File source, File target, String sourcePath, String sourcePackageName)
Copyright © 2022 Unidal Organization. All rights reserved.