Interface DirectoryScanner

All Known Implementing Classes:
AutoDeployDirectoryScanner

public interface DirectoryScanner
Interface defining a method for filtering out deployable compenets.
Author:
vikas
  • Method Details

    • getAllDeployableModules

      File[] getAllDeployableModules(File autodeployDir, boolean includeSubDir)
    • hasNewDeployableEntity

      boolean hasNewDeployableEntity(File autodeployDir)
    • getAllFilesForUndeployment

      File[] getAllFilesForUndeployment(File autodeployDir, boolean includeSubdir)
    • deployedEntity

      void deployedEntity(File autodeployDir, File deployedEntity)
    • undeployedEntity

      void undeployedEntity(File autodeployDir, File undeployedEntity)