public interface ISWC
Modifier and Type | Method and Description |
---|---|
List<ISWCComponent> |
getComponents()
Get the manifest information.
|
IDITAList |
getDITAList()
Get the
IDITAList for any DITA entries contained in this SWC |
ISWCFileEntry |
getFile(String filename)
Get the asset information encoded in the file tags for the specific filename
|
Map<String,ISWCFileEntry> |
getFiles()
Get the assets information encoded in the file tags.
|
Collection<ISWCLibrary> |
getLibraries()
Get the SWF libraries.
|
ISWCLibrary |
getLibrary(String libraryPath)
Get a library entry by path.
|
Collection<ICompilerProblem> |
getProblems()
The problems found while reading a SWC from disk or writing a SWC to disk.
|
File |
getSWCFile()
Get the SWC file object.
|
ISWCVersion |
getVersion()
Get the SWC version information.
|
boolean |
isANE()
Determine whether this SWC is an ANE file.
|
ISWCVersion getVersion()
List<ISWCComponent> getComponents()
Collection<ISWCLibrary> getLibraries()
ISWCLibrary getLibrary(String libraryPath)
libraryPath
- The path of a library. For exmaple: library.swf.Map<String,ISWCFileEntry> getFiles()
ISWCFileEntry getFile(String filename)
filename
- The filename to search for in the swcFile getSWCFile()
IDITAList getDITAList()
IDITAList
for any DITA entries contained in this SWCIDITAList
or null if this SWC dosn't contain DITA contentboolean isANE()
Collection<ICompilerProblem> getProblems()
Copyright © 2016 The Apache Software Foundation. All rights reserved.