org.glassfish.deployment.autodeploy
Interface DirectoryScanner

All Known Implementing Classes:
AutoDeployDirectoryScanner

public interface DirectoryScanner

Interface defining a method for filtering out deployable compenets.

Author:
vikas

Method Summary
 void deployedEntity(File autodeployDir, File deployedEntity)
           
 File[] getAllDeployableModules(File autodeployDir, boolean includeSubDir)
           
 File[] getAllFilesForUndeployment(File autodeployDir, boolean includeSubdir)
           
 boolean hasNewDeployableEntity(File autodeployDir)
           
 void undeployedEntity(File autodeployDir, File undeployedEntity)
           
 

Method Detail

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)


Copyright © 2012. All Rights Reserved.