Class SpecialFolderBundler
java.lang.Object
com.elo.solutions.eloinst.bundler.SpecialFolderBundler
- All Implemented Interfaces:
EloinstBundler
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringName of the indexserver plugin folderstatic final StringName of the indexserver plugin jarkata folderstatic final StringName of the indexserver plugin javax folderstatic final StringFolder of the masksstatic final StringName of the repodata export archive filestatic final StringFolder name of the sord typesstatic final StringFolder name of the workflow templates -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbundle()Provide an interface to execute the bundle activity
-
Field Details
-
MASKS_FOLDER_NAME
Folder of the masks- See Also:
-
WORKFLOW_TEMPLATES_FOLDER_NAME
Folder name of the workflow templates- See Also:
-
SORD_TYPES_FOLDER_NAME
Folder name of the sord types- See Also:
-
REPO_DATA_ZIP
Name of the repodata export archive file- See Also:
-
IX_PLUGIN_JAKARTA_FOLDER
Name of the indexserver plugin jarkata folder- See Also:
-
IX_PLUGIN_JAVAX_FOLDER
Name of the indexserver plugin javax folder- See Also:
-
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:EloinstBundlerProvide an interface to execute the bundle activity- Specified by:
bundlein interfaceEloinstBundler
-