Interface DirectoryScanner
-
- All Known Implementing Classes:
AutoDeployDirectoryScanner
public interface DirectoryScannerInterface defining a method for filtering out deployable compenets.- Author:
- vikas
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddeployedEntity(File autodeployDir, File deployedEntity)File[]getAllDeployableModules(File autodeployDir, boolean includeSubDir)File[]getAllFilesForUndeployment(File autodeployDir, boolean includeSubdir)booleanhasNewDeployableEntity(File autodeployDir)voidundeployedEntity(File autodeployDir, File undeployedEntity)
-