public class AutoDeployDirectoryScanner extends Object implements DirectoryScanner
| Modifier and Type | Field and Description |
|---|---|
static Logger |
deplLogger |
| Constructor and Description |
|---|
AutoDeployDirectoryScanner() |
| Modifier and Type | Method and Description |
|---|---|
void |
deployedEntity(File autodeployDir,
File deployedEntity) |
File[] |
getAllDeployableModules(File autodeployDir,
boolean includeSubDir)
Get the list of all deployable files
|
File[] |
getAllFilesForUndeployment(File autodeployDir,
boolean includeSubdir) |
protected File[] |
getListOfFiles(File dir) |
protected File[] |
getListOfFiles(File dir,
boolean includeSubDir) |
boolean |
hasNewDeployableEntity(File autodeployDir)
return true if any new deployable entity is present in autodeployDir
|
protected void |
printException(Exception e) |
void |
undeployedEntity(File autodeployDir,
File undeployedEntity) |
public static final Logger deplLogger
public void deployedEntity(File autodeployDir, File deployedEntity)
deployedEntity in interface DirectoryScannerpublic void undeployedEntity(File autodeployDir, File undeployedEntity)
undeployedEntity in interface DirectoryScannerpublic boolean hasNewDeployableEntity(File autodeployDir)
hasNewDeployableEntity in interface DirectoryScannerautodeployDir - public File[] getAllFilesForUndeployment(File autodeployDir, boolean includeSubdir)
getAllFilesForUndeployment in interface DirectoryScannerpublic File[] getAllDeployableModules(File autodeployDir, boolean includeSubDir)
getAllDeployableModules in interface DirectoryScannerautodeployDir - protected void printException(Exception e)
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.