@Deprecated public interface IReplaceHandler<T extends IMetadataProperty>
Represents base abstraction for Replace API.
T
: Instance of IMetadataProperty
.
Modifier and Type | Method and Description |
---|---|
String |
getOutputPath()
Deprecated.
Absolute path to the result file.
|
boolean |
handle(T property)
Deprecated.
Handles the specified metadata property.
|
String getOutputPath()
Absolute path to the result file.
boolean handle(T property)
Handles the specified metadata property. Return true to update property, otherwise return false.
property
- The property.Copyright © 2020. All rights reserved.