Interface ScanningContext
public interface ScanningContext
Access to information useful while performing discovery. Acts as a
"parameter object" for
ScanningProvider.builderScanner(ScanningContext)-
Method Summary
Modifier and TypeMethodDescriptionAccess to theArchiveDescriptorFactorydefined for the context, providing the ability to interpret URLs in an abstracted manner.Access to all configuration properties defined on the context.
-
Method Details
-
getProperties
-
getArchiveDescriptorFactory
ArchiveDescriptorFactory getArchiveDescriptorFactory()Access to theArchiveDescriptorFactorydefined for the context, providing the ability to interpret URLs in an abstracted manner.
-