Class MigrationTask

    • Constructor Detail

      • MigrationTask

        public MigrationTask()
    • Method Detail

      • setProject

        public void setProject​(String project)
      • execute

        public void execute()
                     throws org.apache.tools.ant.BuildException
        Overrides:
        execute in class MpsLoadTask
        Throws:
        org.apache.tools.ant.BuildException
      • calculateClassPath

        protected Set<File> calculateClassPath​(boolean fork)
        Description copied from class: MpsLoadTask
        subclasses shall override in case they got better idea how worker classpath shall look like. Generally, subclasses use properties of the ant project to access information about environment
        Overrides:
        calculateClassPath in class MpsLoadTask