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 Modifier and Type Class Description classAutoDeployDirectoryScannerImplementation 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 Modifier and Type Method Description voidAutoDeployer. setDirectoryScanner(DirectoryScanner ds)set DirectoryScanner which will be used for filtering out deployeble component
-