Package org.apache.tomcat.jakartaee
Class Migration
- java.lang.Object
-
- org.apache.tomcat.jakartaee.Migration
-
public class Migration extends Object
-
-
Constructor Summary
Constructors Constructor Description Migration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddExclude(String exclude)voidexecute()EESpecProfilegetEESpecProfile()Get the Jakarta EE profile being used.voidsetDestination(File destination)voidsetEESpecProfile(EESpecProfile profile)Set the Jakarta EE specifications that should be used.voidsetSource(File source)voidsetZipInMemory(boolean zipInMemory)
-
-
-
Method Detail
-
setEESpecProfile
public void setEESpecProfile(EESpecProfile profile)
Set the Jakarta EE specifications that should be used.- Parameters:
profile- the Jakarta EE specification profile
-
getEESpecProfile
public EESpecProfile getEESpecProfile()
Get the Jakarta EE profile being used.- Returns:
- the profile
-
setZipInMemory
public void setZipInMemory(boolean zipInMemory)
-
addExclude
public void addExclude(String exclude)
-
setSource
public void setSource(File source)
-
setDestination
public void setDestination(File destination)
-
execute
public void execute() throws IOException- Throws:
IOException
-
-