Class ExportProjectHelper


  • public final class ExportProjectHelper
    extends java.lang.Object
    A helper class that can be used to export projects.
    Author:
    Eugen Neufeld, David Soto Setzke
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String[] FILTER_EXTS
      These filter extensions are used to filter which files are displayed.
      static java.lang.String[] FILTER_NAMES
      These filter names are used to filter which files are displayed.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void exportProject​(InternalProject internalProject, org.eclipse.swt.widgets.Shell shell)
      Exports a given project.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • FILTER_NAMES

        public static final java.lang.String[] FILTER_NAMES
        These filter names are used to filter which files are displayed.
      • FILTER_EXTS

        public static final java.lang.String[] FILTER_EXTS
        These filter extensions are used to filter which files are displayed.
    • Method Detail

      • exportProject

        public static void exportProject​(InternalProject internalProject,
                                         org.eclipse.swt.widgets.Shell shell)
        Exports a given project.
        Parameters:
        internalProject - The project that should be exported
        shell - The active shell