Class Migration


  • public class Migration
    extends Object
    • Constructor Detail

      • Migration

        public Migration()
    • 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
      • setEnableDefaultExcludes

        public void setEnableDefaultExcludes​(boolean enableDefaultExcludes)
      • setZipInMemory

        public void setZipInMemory​(boolean zipInMemory)
      • addExclude

        public void addExclude​(String exclude)
      • setSource

        public void setSource​(File source)
      • setDestination

        public void setDestination​(File destination)
      • hasConverted

        public boolean hasConverted()
        NOTE: this method is not to indicate that no changes were made, but that the source can be used and satisfy the selected profile.
        Returns:
        true if converted occurs