public interface UriDeploymentScannerContext
| Modifier and Type | Method and Description |
|---|---|
File |
createTempFile(String fileName,
File tmpDir)
Creates temp file in temp directory.
|
File |
getDeployDirectory()
Gets temporary deployment directory.
|
FilenameFilter |
getFilter()
Gets filter for found files.
|
GridUriDeploymentScannerListener |
getListener()
Gets deployment listener.
|
IgniteLogger |
getLogger()
Gets scanner logger.
|
URI |
getUri()
Gets deployment URI.
|
boolean |
isCancelled()
Tests whether scanner was cancelled before or not.
|
boolean |
isFirstScan()
Tests whether first scan completed or not.
|
File createTempFile(String fileName, File tmpDir) throws IOException
fileName - File name.tmpDir - dir to creating file.IOException - if error occur.File getDeployDirectory()
FilenameFilter getFilter()
GridUriDeploymentScannerListener getListener()
IgniteLogger getLogger()
URI getUri()
boolean isCancelled()
true if scanner was cancelled and false
otherwise.boolean isFirstScan()
true if first scan has been already completed and
false otherwise.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.29 Release Date : January 8 2026