Index
All Classes and Interfaces|All Packages|Serialized Form
A
- addDirectory(String) - Method in class com.mediaworx.ziputils.Zipper
-
Adds a directory entry with the given relative path to the zip.
- addFile(String, File) - Method in class com.mediaworx.ziputils.Zipper
-
Adds the given file to the zip archive using the given relative path.
- addStringAsFile(String, String) - Method in class com.mediaworx.ziputils.Zipper
-
Adds the given plaintextContent as a file to the zip archive using the given relative path using the default encoding (UTF-8).
- addStringAsFile(String, String, String) - Method in class com.mediaworx.ziputils.Zipper
-
Adds the given plaintextContent as a file to the zip archive using the given relative path using the given encoding.
C
- com.mediaworx.opencms.moduleutils.packager - package com.mediaworx.opencms.moduleutils.packager
- com.mediaworx.opencms.moduleutils.packager.exceptions - package com.mediaworx.opencms.moduleutils.packager.exceptions
- com.mediaworx.ziputils - package com.mediaworx.ziputils
F
- finish() - Method in class com.mediaworx.ziputils.Zipper
-
Finalizes the zip file and writes it to the disk.
O
- OpenCmsModulePackager - Class in com.mediaworx.opencms.moduleutils.packager
-
Packs module resources and the module's manifest.xml into an OpenCms module zip file.
- OpenCmsModulePackager() - Constructor for class com.mediaworx.opencms.moduleutils.packager.OpenCmsModulePackager
-
creates a new module packager that can be used to pack module resources and the module's manifest.xml into an OpenCms module zip file
- OpenCmsModulePackagerException - Exception Class in com.mediaworx.opencms.moduleutils.packager.exceptions
-
Exception used whenever there's an Error while packaging OpenCms modules
- OpenCmsModulePackagerException(String) - Constructor for exception class com.mediaworx.opencms.moduleutils.packager.exceptions.OpenCmsModulePackagerException
-
Creates a new OpenCmsModulePackagerException
- OpenCmsModulePackagerException(String, Throwable) - Constructor for exception class com.mediaworx.opencms.moduleutils.packager.exceptions.OpenCmsModulePackagerException
-
Creates a new OpenCmsModulePackagerException with a throwable that was causing the exception
P
- packageModule(String, String, String) - Method in class com.mediaworx.opencms.moduleutils.packager.OpenCmsModulePackager
-
Creates the zip file for the module described in the manifest file at the given
manifestRootPath. - packageModule(String, String, String, String) - Method in class com.mediaworx.opencms.moduleutils.packager.OpenCmsModulePackager
-
Creates the zip file for the module described in the manifest file at the given
manifestRootPath.
Z
- Zipper - Class in com.mediaworx.ziputils
-
Convenience class providing an easy way to create zip files and add files or folders to it.
- Zipper(String, String) - Constructor for class com.mediaworx.ziputils.Zipper
-
Creates a new zip file.
All Classes and Interfaces|All Packages|Serialized Form