public interface ExportInfo
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<Ref,ExportableResourceInfo> |
getExportableResourceInfos()
Returns information about exportable resources
|
boolean |
hasSensitiveData(java.util.Collection<Ref> refs, boolean recursive)
Returns true if the given collection of resources has sensitive data.
|
java.util.Map<Ref,ExportableResourceInfo> getExportableResourceInfos()
boolean hasSensitiveData(java.util.Collection<Ref> refs, boolean recursive)
refs - collection of references. If recursion is enabled, all dependencies of these references (and their dependencies and so on) are consideredrecursive - whether to recurse to the dependencies