public abstract class RootMetadataPackage extends MetadataPackage
Represents an entry point to all metadata packages presented in a particular file.
| Modifier and Type | Method and Description |
|---|---|
void |
copyTo(MetadataPackage metadataPackage) |
FileTypePackage |
getFileType()
Gets the file type metadata package.
|
boolean |
isLicensed() |
int |
sanitize()
Removes writable metadata properties from the package.
|
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, setProperties, updatePropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic void copyTo(MetadataPackage metadataPackage)
public final FileTypePackage getFileType()
Gets the file type metadata package.
public final boolean isLicensed()
public int sanitize()
Removes writable metadata properties from the package. The operation is recursive so it affects all nested packages as well.
sanitize in class MetadataPackageLearn more
Copyright © 2026. All rights reserved.