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