org.richfaces.cdk.resource.scan.impl
Class DynamicResourcesScanner

java.lang.Object
  extended by org.richfaces.cdk.resource.scan.impl.DynamicResourcesScanner
All Implemented Interfaces:
ResourcesScanner

public class DynamicResourcesScanner
extends Object
implements ResourcesScanner

Author:
Nick Belaevski

Constructor Summary
DynamicResourcesScanner(Collection<VFSRoot> cpFiles, org.richfaces.resource.ResourceFactory resourceFactory)
           
 
Method Summary
 Collection<org.richfaces.resource.ResourceKey> getResources()
           
 void scan()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DynamicResourcesScanner

public DynamicResourcesScanner(Collection<VFSRoot> cpFiles,
                               org.richfaces.resource.ResourceFactory resourceFactory)
Method Detail

scan

public void scan()
          throws IOException
Specified by:
scan in interface ResourcesScanner
Throws:
IOException

getResources

public Collection<org.richfaces.resource.ResourceKey> getResources()
Specified by:
getResources in interface ResourcesScanner


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.