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

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

public class StaticResourcesScanner
extends Object
implements ResourcesScanner

Author:
Nick Belaevski

Constructor Summary
StaticResourcesScanner(Collection<VirtualFile> resourceRoots)
           
 
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

StaticResourcesScanner

public StaticResourcesScanner(Collection<VirtualFile> resourceRoots)
Method Detail

scan

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

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.