public class UriDeploymentHttpScanner extends Object implements UriDeploymentScanner
This scanner reads DOM of the HTML available via UriDeploymentScannerContext.getUri()
and parses out href attributes of all <a> tags -
they become the collection of URLs to GAR files that should be deployed.
| Modifier and Type | Field and Description |
|---|---|
static int |
DFLT_SCAN_FREQ
Default scan frequency.
|
| Constructor and Description |
|---|
UriDeploymentHttpScanner() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptsURI(URI uri)
Check whether scanner is able to process the given URI.
|
long |
getDefaultScanFrequency()
Gets default scan frequency in milliseconds.
|
void |
scan(UriDeploymentScannerContext scanCtx)
Scan the given URI.
|
public static final int DFLT_SCAN_FREQ
public boolean acceptsURI(URI uri)
acceptsURI in interface UriDeploymentScanneruri - URI.true if scanner is able to process the URI.public void scan(UriDeploymentScannerContext scanCtx)
scan in interface UriDeploymentScannerscanCtx - Scan context.public long getDefaultScanFrequency()
getDefaultScanFrequency in interface UriDeploymentScanner
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.30 Release Date : February 17 2026