Package net.jangaroo.jooc.mxml
Class CatalogGenerator
- java.lang.Object
-
- net.jangaroo.jooc.mxml.CatalogGenerator
-
public class CatalogGenerator extends Object
-
-
Constructor Summary
Constructors Constructor Description CatalogGenerator(MxmlComponentRegistry mxmlComponentRegistry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgenerateCatalog(File catalogFile)voidgenerateCatalog(Writer catalogWriter)
-
-
-
Constructor Detail
-
CatalogGenerator
public CatalogGenerator(MxmlComponentRegistry mxmlComponentRegistry)
-
-
Method Detail
-
generateCatalog
public void generateCatalog(File catalogFile) throws IOException
- Throws:
IOException
-
generateCatalog
public void generateCatalog(Writer catalogWriter) throws IOException
- Throws:
IOException
-
-