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.
|
AssetTagCache |
getAssetTagCache()
Get asset tags cache.
|
CSSDocumentCache |
getCSSDocumentCache() |
FileScopeCache |
getFileScopeCache()
Get file scope cache.
|
SWFCache |
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 removedFileScopeCache getFileScopeCache()
FileScopeCache
AssetTagCache getAssetTagCache()
AssetTagCache
CSSDocumentCache getCSSDocumentCache()
Copyright © 2016 The Apache Software Foundation. All rights reserved.