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 |
---|---|
FileTypePackage |
getFileType()
Gets the file type metadata package.
|
int |
sanitize()
Removes writable metadata properties from the package.
|
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, setProperties, updateProperties
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public final FileTypePackage getFileType()
Gets the file type metadata package.
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 MetadataPackage
Learn more