Class DefaultBundleManifest
java.lang.Object
org.pentaho.reporting.libraries.docbundle.metadata.DefaultBundleManifest
- All Implemented Interfaces:
Serializable,Cloneable,BundleManifest
public class DefaultBundleManifest
extends Object
implements BundleManifest, Serializable, Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()getAttribute(String entryName, String attributeName) String[]getAttributeNames(String entryName) String[]getMimeType(String entry) booleanremoveEntry(String entry) voidsetAttribute(String entryName, String attributeName, String value)
-
Constructor Details
-
DefaultBundleManifest
public DefaultBundleManifest()
-
-
Method Details
-
addEntry
-
setAttribute
-
getAttribute
- Specified by:
getAttributein interfaceBundleManifest
-
getMimeType
- Specified by:
getMimeTypein interfaceBundleManifest
-
getEntries
- Specified by:
getEntriesin interfaceBundleManifest
-
removeEntry
-
getAttributeNames
- Specified by:
getAttributeNamesin interfaceBundleManifest
-
clone
- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-