net.jangaroo.extxml.file
Class SrcFileScanner

java.lang.Object
  extended by net.jangaroo.extxml.file.SrcFileScanner

public final class SrcFileScanner
extends Object

The FileScanner scans a directory for all *.as, *.js and *.exml files that contain Ext annotations and builds a ComponentSuite from all Ext JS component classes.


Constructor Summary
SrcFileScanner(ComponentSuite componentSuite)
           
 
Method Summary
 ComponentSuite getComponentSuite()
           
 void scan()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SrcFileScanner

public SrcFileScanner(ComponentSuite componentSuite)
Method Detail

getComponentSuite

public ComponentSuite getComponentSuite()

scan

public void scan()
          throws IOException
Throws:
IOException


Copyright © 2002-2011 CoreMedia AG. All Rights Reserved.