Class BlobUploadOptions
java.lang.Object
org.apache.jackrabbit.oak.api.blob.BlobUploadOptions
Download options to be provided to a call to
BlobAccessProvider.initiateBlobUpload(long, int, BlobUploadOptions).
This object is an internal corollary to
org.apache.jackrabbit.api.binary.BinaryUploadOptions.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBlobUploadOptions(boolean domainOverrideIgnored) Creates a new upload options instance. -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet the setting to determine if any configured domain override should be ignored when generating URIs.
-
Field Details
-
DEFAULT
-
-
Constructor Details
-
BlobUploadOptions
public BlobUploadOptions(boolean domainOverrideIgnored) Creates a new upload options instance.- Parameters:
domainOverrideIgnored- true if any configured domain override should be ignored when generating URIs; false otherwise.
-
-
Method Details
-
isDomainOverrideIgnored
public boolean isDomainOverrideIgnored()Get the setting to determine if any configured domain override should be ignored when generating URIs. Default behavior is to honor (i.e. not ignore) any configured domain override value (false).- Returns:
- true to ignore the domain override; false otherwise.
-