@Deprecated public interface IInspectable<R extends IInspectorResult,O extends IInspectionOptions>
Represents ability to inspect and remove specific type on hidden data.
R
: Represents IInspectorResult.
O
: Represents IInspectionOptions.
Modifier and Type | Method and Description |
---|---|
R |
inspectDocument()
Deprecated.
Inspects file and return hidden data.
|
void |
removeHiddenData(O options)
Deprecated.
Removes hidden data.
|
R inspectDocument()
Inspects file and return hidden data.
R
.
void removeHiddenData(O options)
Removes hidden data.
options
- Inspection options.
Copyright © 2020. All rights reserved.