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
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.