See: Description
Interface | Description |
---|---|
ISWC |
This is the interface of a model representing a SWC file.
|
ISWCComponent |
Each
ISWCComponent object maps to a <component> entry in the
catalog file. |
ISWCDigest |
Model for
<digest> tag in a SWC catalog.xml file. |
ISWCFileEntry |
A file in a SWC archive.
|
ISWCLibrary |
Model for library definitions in a SWC file.
|
ISWCManager |
ISWCManager is a repository of SWC library models. |
ISWCScript |
Model for
<script> entry in a SWC catagory.xml file. |
ISWCVersion |
Version information of a SWC file.
|
Class | Description |
---|---|
SWC |
Implementation of
ISWC . |
SWCComponent |
Component tag in catalog.xml file.
|
SWCDepends |
swcdepends command line utility.
|
SWCDepends.DependencyConfiguration |
dependency.* configuration options
|
SWCDigest |
Implementation of a SWC digest.
|
SWCLibrary |
Implementation of library model in a SWC.
|
SWCManager |
This is a cached implementation for
ISWCManager based on
ConcurrentCacheStoreBase . |
SWCManager.SWCCacheKey |
Key class for SWC cache.
|
SWCScript |
Implementation for
ISWCScript model. |
SWCVersion |
Version information of a SWC in catalog.xml file.
|
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.