JBoss Seam Int JBossAS 6.0.0.GA-redhat-2

org.jboss.seam.integration.jbossas.vfs
Class CachingVFSScanner

java.lang.Object
  extended by org.jboss.seam.deployment.AbstractScanner
      extended by org.jboss.seam.integration.jbossas.vfs.VFSScanner
          extended by org.jboss.seam.integration.jbossas.vfs.CachingVFSScanner
All Implemented Interfaces:
org.jboss.seam.deployment.Scanner

Deprecated. This is no longer needed with VFS3

@Deprecated
public class CachingVFSScanner
extends VFSScanner

Caching JBoss VFS aware scanner. Use this one when you know VFSContext will be present in cache. This is mostly true for apps that are deployed into jbossas deploy directory. Otherwise change the VFSCache impl to make sure or use plain VFSScanner.

Author:
Ales Justin

Field Summary
 
Fields inherited from class org.jboss.seam.integration.jbossas.vfs.VFSScanner
handleMethod, log
 
Fields inherited from class org.jboss.seam.deployment.AbstractScanner
servletContext
 
Constructor Summary
CachingVFSScanner(org.jboss.seam.deployment.DeploymentStrategy deploymentStrategy)
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.jboss.seam.integration.jbossas.vfs.VFSScanner
getRoot, getTimestamp, handleItem, handleItemIgnoreErrors, handleRoot, scanDirectories, scanDirectories, scanResources
 
Methods inherited from class org.jboss.seam.deployment.AbstractScanner
getDeploymentStrategy, handle, handleItem, hasAnnotations, loadClassFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CachingVFSScanner

public CachingVFSScanner(org.jboss.seam.deployment.DeploymentStrategy deploymentStrategy)
Deprecated. 

JBoss Seam Int JBossAS 6.0.0.GA-redhat-2

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.