Class Snapshot
java.lang.Object
com.atlassian.plugin.webresource.impl.snapshot.Snapshot
Snapshot of the current state of the plugin system, captures list of web resources and its transformers
and conditions.
- Since:
- v3.3
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSnapshot(Config config, Map<String, Bundle> cachedBundles, Map<String, RootPage> rootPages, Map<WebResource, CachedTransformers> webResourcesTransformations, Map<WebResource, CachedCondition> webResourcesCondition, Set<WebResource> webResourcesWithDisabledMinification) -
Method Summary
-
Field Details
-
config
-
-
Constructor Details
-
Snapshot
-
Snapshot
public Snapshot(Config config, Map<String, Bundle> cachedBundles, Map<String, RootPage> rootPages, Map<WebResource, CachedTransformers> webResourcesTransformations, Map<WebResource, CachedCondition> webResourcesCondition, Set<WebResource> webResourcesWithDisabledMinification)
-
-
Method Details
-
toBundles
-
get
-
getRootPage
-
getAllRootPages
-
conditions
-
transformers
-