FileDocCategorySizeDatePackage
SystemAppScanner.javaAPI DocGlassfish v2 API7855Fri May 04 22:35:42 BST 2007com.sun.enterprise.server

SystemAppScanner

public class SystemAppScanner extends com.sun.enterprise.deployment.autodeploy.AutoDeployDirectoryScanner
SystemAppScanner takes the system directory and scans the archives based on Application-Type specified in the manifest file of archive. TargetFileFilter filters the archives based on the targetType and Application-Type
author
Sandhya E

Fields Summary
private String
targetType
Constructors Summary
public SystemAppScanner(String targetType)

        this.targetType = targetType;
    
Methods Summary
protected java.io.File[]getListOfFiles(java.io.File dir, boolean includeSubDir)

        return dir.listFiles(new TargetFileFilter(targetType));