| Constructor and Description |
|---|
PluginResourceContainer(Snapshot snapshot,
String pluginKey,
Date updatedAt,
String version) |
| Modifier and Type | Field and Description |
|---|---|
protected Snapshot |
RequestCache.cachedSnapshot |
| Modifier and Type | Method and Description |
|---|---|
Snapshot |
RequestState.getSnapshot()
Get all bundles.
|
Snapshot |
RequestCache.getSnapshot()
Get all bundles.
|
Snapshot |
Globals.getSnapshot()
Analyzes current state of the plugin system and return web resources.
|
| Modifier and Type | Method and Description |
|---|---|
Snapshot |
Config.getWebResourcesWithoutCache()
Analyzes current state of the plugin system and return web resources.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Config.ensureNoLegacyStuff(Snapshot snapshot)
Analyzes current state of the plugin system and return web resources.
|
protected void |
Config.parseModules(Snapshot snapshot,
Map<String,Bundle> cachedBundles,
ConditionInstanceCache conditionInstanceCache,
Map<WebResource,CachedCondition> webResourcesCondition,
Map<WebResource,CachedTransformers> webResourcesTransformations,
Map<String,Config.IntermediaryContextData> intermediaryContexts) |
void |
Config.runResourceCompilation(Snapshot snapshot) |
| Modifier and Type | Method and Description |
|---|---|
static BaseHelpers.BundleFinder |
BaseHelpers.find(Snapshot snapshot)
Find Bundles.
|
protected static BaseHelpers.Found |
BaseHelpers.find(Snapshot snapshot,
Collection<String> included,
Set<String> excluded,
com.google.common.base.Predicate<Bundle> conditionsForExcluded,
boolean resolveExcluded,
com.google.common.base.Predicate<Bundle> deep,
com.google.common.base.Predicate<Bundle> deepFilter,
com.google.common.base.Predicate<Bundle> shallowFilter)
Resolve dependencies with filtering predicates for lists of included and excluded Web Resources.
|
protected static void |
BaseHelpers.findItChangesArguments(Snapshot snapshot,
String key,
Set<String> excluded,
LinkedHashSet<String> stack,
com.google.common.base.Predicate<Bundle> deep,
com.google.common.base.Predicate<Bundle> deepFilter,
com.google.common.base.Predicate<Bundle> shallowFilter,
LinkedHashSet<String> resolved,
List<String> skipped)
Resolve dependencies for Web Resource.
|
| Constructor and Description |
|---|
BundleFinder(Snapshot snapshot) |
| Modifier and Type | Field and Description |
|---|---|
protected Snapshot |
Bundle.snapshot |
| Modifier and Type | Method and Description |
|---|---|
protected Snapshot |
Bundle.getSnapshot() |
| Constructor and Description |
|---|
Bundle(Snapshot snapshot,
String key,
List<String> dependencies,
Date updatedAt,
String version,
boolean isTransformable) |
Context(Snapshot snapshot,
String key,
List<String> dependencies,
List<String> moduleDependencies,
Date updatedAt,
String version,
boolean isTransformable) |
WebModule(Snapshot snapshot,
String pluginKey,
String key,
String baseName,
List<String> dependencies,
LinkedHashMap<String,String> unresolvedDependencies,
LinkedHashSet<String> webResourceDependencies,
Date updatedAt,
String version,
TransformerParameters transformerParameters,
String filePath,
String type,
String srcType,
String soyNamespace,
Map<String,Set<String>> locationResourceTypes) |
WebResource(Snapshot snapshot,
String key,
List<String> dependencies,
Date updatedAt,
String version,
boolean isTransformable,
TransformerParameters transformerParameters,
Map<String,Set<String>> locationResourceTypes) |
Copyright © 2019 Atlassian. All rights reserved.