public class Bundle extends ManagedFile
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
kClassName |
myAssetId
myBufferedReader, myBufferedWriter, myErrorMessage, myFile, myFileOutputStream, myXmp
CONST, DONTENUM, EMPTY, PERMANENT, READONLY, UNINITIALIZED_CONST
kServerTypeAttribute
Constructor and Description |
---|
Bundle() |
Modifier and Type | Method and Description |
---|---|
void |
jsConstructor(java.lang.String theRelativePath)
Creates a js bundle object with checking the file extension.
|
void |
jsFunction_getBundledAssets(org.mozilla.javascript.Function theCallback)
Gets bundled assets iterator.
|
BundleType |
jsFunction_getBundleType()
Gets bundle type.
|
boolean |
jsFunction_writeXmp()
Saves xmp changes to the asset (db and file system).
|
jsFunction_applyStampXml, jsFunction_getAbsolutePath, jsFunction_getBufferedReader, jsFunction_getBufferedWriter, jsFunction_getDatabaseField, jsFunction_getFileOutputStream, jsFunction_getFormattedSize, jsFunction_getImageURL, jsFunction_getMetricsData, jsFunction_isXmpModified, jsFunction_lock, jsFunction_normalizeXmp, jsFunction_releaseXmp, jsFunction_toString, jsFunction_unlock, jsGet_assetId, jsGet_base64, jsGet_colorprofile, jsGet_colorspace, jsGet_encodedAssetId, jsGet_errorMessage, jsGet_exists, jsGet_file, jsGet_fileNameExtension, jsGet_fileSizeIncludingMetadata, jsGet_format, jsGet_getFileContents, jsGet_getXmlFileContents, jsGet_height, jsGet_lastModified, jsGet_length, jsGet_name, jsGet_parent, jsGet_path, jsGet_rawLength, jsGet_record_id, jsGet_resolution, jsGet_width, jsGet_xmp, jsSet_xmp
applyDescriptorToAttributeBitset, associateValue, avoidObjectDetection, buildDataDescriptor, callMethod, callMethod, checkPropertyChange, checkPropertyDefinition, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineFunctionProperties, defineOwnProperties, defineOwnProperty, defineOwnProperty, defineProperty, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, delete, deleteProperty, deleteProperty, ensureScriptable, ensureScriptableObject, ensureSymbolScriptable, equivalentValues, get, get, get, get, getAllIds, getArrayPrototype, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getAttributes, getClassName, getClassPrototype, getDefaultValue, getDefaultValue, getExternalArrayData, getExternalArrayLength, getFunctionPrototype, getGeneratorFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getOwnPropertyDescriptor, getParentScope, getProperty, getProperty, getProperty, getPropertyIds, getPrototype, getSlot, getTopLevelScope, getTopScopeValue, getTypedProperty, getTypedProperty, getTypeOf, has, has, has, hasInstance, hasProperty, hasProperty, hasProperty, isAccessorDescriptor, isConst, isDataDescriptor, isEmpty, isExtensible, isFalse, isGenericDescriptor, isGetterOrSetter, isSealed, isTrue, preventExtensions, put, put, put, putConst, putConstProperty, putProperty, putProperty, putProperty, redefineProperty, sameValue, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setAttributes, setExternalArrayData, setGetterOrSetter, setParentScope, setPrototype, size
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final java.lang.String kClassName
public void jsConstructor(java.lang.String theRelativePath) throws InvalidManagedFilePathException
jsConstructor
in class ManagedFile
theRelativePath
- the relative path to the bundle control file.InvalidManagedFilePathException
- if the bundle control file is not found or given a path to a file that
is not a bundle control file.public void jsFunction_getBundledAssets(org.mozilla.javascript.Function theCallback)
public BundleType jsFunction_getBundleType()
BundleType
public boolean jsFunction_writeXmp()
ManagedFile
jsFunction_writeXmp
in interface IFileObject
jsFunction_writeXmp
in class ManagedFile
ManagedFile.kIgnoredVerificationFields
Copyright © 2023 MediaBeacon, Inc. All Rights Reserved.