public interface ISWCManager
ISWCManager is a repository of SWC library models. It has all the SWC
libraries shared within a workspace.| Modifier and Type | Method and Description |
|---|---|
ISWC |
get(File file)
Get the SWC model of the given SWC file.
|
IAssetTagCache |
getAssetTagCache()
Get asset tags cache.
|
ICSSDocumentCache |
getCSSDocumentCache() |
IFileScopeCache |
getFileScopeCache()
Get file scope cache.
|
ISWFCache |
getSWFCache()
Get SWF cache.
|
void |
remove(File file)
Removes an existing SWC file from the cache
|
ISWC get(File file)
file - SWC filevoid remove(File file)
file - SWC file to be removedISWFCache getSWFCache()
SWFCacheIFileScopeCache getFileScopeCache()
FileScopeCacheIAssetTagCache getAssetTagCache()
AssetTagCacheICSSDocumentCache getCSSDocumentCache()
Copyright © 2023 The Apache Software Foundation. All rights reserved.