public class Migration extends Object
| Constructor and Description |
|---|
Migration() |
| Modifier and Type | Method and Description |
|---|---|
void |
addExclude(String exclude) |
void |
execute() |
EESpecProfile |
getEESpecProfile()
Get the Jakarta EE profile being used.
|
void |
setDestination(File destination) |
void |
setEESpecProfile(EESpecProfile profile)
Set the Jakarta EE specifications that should be used.
|
void |
setSource(File source) |
void |
setZipInMemory(boolean zipInMemory) |
public void setEESpecProfile(EESpecProfile profile)
profile - the Jakarta EE specification profilepublic EESpecProfile getEESpecProfile()
public void setZipInMemory(boolean zipInMemory)
public void addExclude(String exclude)
public void setSource(File source)
public void setDestination(File destination)
public void execute()
throws IOException
IOExceptionCopyright © 2021 The Apache Software Foundation. All rights reserved.