Uses of Interface
org.glassfish.deployment.autodeploy.DirectoryScanner

Uses of DirectoryScanner in org.glassfish.deployment.autodeploy
 

Classes in org.glassfish.deployment.autodeploy that implement DirectoryScanner
 class AutoDeployDirectoryScanner
          Implementation of Directory scanner for autodeployment
Providing functionality for scanning the input source directory
and return the list of deployable components for autodeployment.
Provide the list of deployable modules/application, depending upon the "type" entry
passed to getAllDeployableEntity(File autodeployDir, String type).
 

Methods in org.glassfish.deployment.autodeploy with parameters of type DirectoryScanner
 void AutoDeployer.setDirectoryScanner(DirectoryScanner ds)
          set DirectoryScanner which will be used for filtering out deployeble component
 



Copyright © 2012 GlassFish Community. All Rights Reserved.