| Package | Description |
|---|---|
| com.atlassian.plugin.webresource.legacy |
| Modifier and Type | Method and Description |
|---|---|
Iterable<ModuleDescriptorStub> |
DefaultResourceDependencyResolver.getDependencies(RequestCache requestCache,
UrlBuildingStrategy urlBuildingStrategy,
String moduleKey,
boolean excludeSuperBatchedResources,
boolean includeDependenciesForFailedUrlReadingConditions) |
Iterable<ModuleDescriptorStub> |
ResourceDependencyResolver.getDependencies(RequestCache requestCache,
UrlBuildingStrategy urlBuildingStrategy,
String moduleKey,
boolean excludeSuperBatchedResources,
boolean includeDependenciesForFailedUrlReadingConditions)
Returns an ordered set of the given resource and its dependencies.
|
Iterable<ModuleDescriptorStub> |
DefaultResourceDependencyResolver.getDependenciesInContext(RequestCache requestCache,
UrlBuildingStrategy urlBuildingStrategy,
String context,
boolean excludeSuperBatchedResources,
Set<String> skippedResources,
boolean includeDependenciesForFailedUrlReadingConditions) |
Iterable<ModuleDescriptorStub> |
DefaultResourceDependencyResolver.getDependenciesInContext(RequestCache requestCache,
UrlBuildingStrategy urlBuildingStrategy,
String context,
Set<String> skippedResources,
boolean includeDependenciesForFailedUrlReadingConditions) |
Iterable<ModuleDescriptorStub> |
ResourceDependencyResolver.getDependenciesInContext(RequestCache requestCache,
UrlBuildingStrategy urlBuildingStrategy,
String context,
Set<String> skippedResources,
boolean includeDependenciesForFailedUrlReadingConditions)
Returns an ordered list of the resources in a given context and its dependencies.
|
Iterable<ModuleDescriptorStub> |
ContextBatch.getResources() |
Iterable<ModuleDescriptorStub> |
DefaultResourceDependencyResolver.getSuperBatchDependencies() |
Iterable<ModuleDescriptorStub> |
ResourceDependencyResolver.getSuperBatchDependencies()
Returns an ordered set of the super batch resources and its dependencies.
|
| Modifier and Type | Method and Description |
|---|---|
String |
TransformDescriptorToKey.apply(ModuleDescriptorStub resource) |
| Constructor and Description |
|---|
ContextBatch(List<String> contexts,
Iterable<String> excludedContexts,
Iterable<ModuleDescriptorStub> resources,
boolean removeSuperResources) |
Copyright © 2019 Atlassian. All rights reserved.