Package org.apache.flex.swc

This package and its subpackages contain a support library for reading, writing, and representing SWC files.

See: Description

Package org.apache.flex.swc Description

This package and its subpackages contain a support library for reading, writing, and representing SWC files.

Currently this support library has some dependencies on classes in the compiler package. Ideally it would be completely independent.

The immediate contents of this package are classes and interfaces that model a SWC file. An ISWC is the root of the data structure representing a SWC file. The XML elements of the catalog.xml file inside the SWC are represented by ISWCComponent, ISWCScript, etc. The library.swf file inside the SWC is represented by ISWCLibrary.

Copyright © 2016 The Apache Software Foundation. All rights reserved.