Class SpecialFolderBundler

java.lang.Object
com.elo.solutions.eloinst.bundler.SpecialFolderBundler
All Implemented Interfaces:
EloinstBundler

public class SpecialFolderBundler extends Object implements EloinstBundler
  • Field Details

    • MASKS_FOLDER_NAME

      public static final String MASKS_FOLDER_NAME
      Folder of the masks
      See Also:
    • WORKFLOW_TEMPLATES_FOLDER_NAME

      public static final String WORKFLOW_TEMPLATES_FOLDER_NAME
      Folder name of the workflow templates
      See Also:
    • SORD_TYPES_FOLDER_NAME

      public static final String SORD_TYPES_FOLDER_NAME
      Folder name of the sord types
      See Also:
    • REPO_DATA_ZIP

      public static final String REPO_DATA_ZIP
      Name of the repodata export archive file
      See Also:
    • IX_PLUGIN_JAKARTA_FOLDER

      public static final String IX_PLUGIN_JAKARTA_FOLDER
      Name of the indexserver plugin jarkata folder
      See Also:
    • IX_PLUGIN_JAVAX_FOLDER

      public static final String IX_PLUGIN_JAVAX_FOLDER
      Name of the indexserver plugin javax folder
      See Also:
    • IX_PLUGIN_FOLDER

      public static final String IX_PLUGIN_FOLDER
      Name of the indexserver plugin folder
      See Also:
  • Constructor Details

    • SpecialFolderBundler

      public SpecialFolderBundler()
  • Method Details

    • bundle

      public void bundle()
      Description copied from interface: EloinstBundler
      Provide an interface to execute the bundle activity
      Specified by:
      bundle in interface EloinstBundler