| Package | Description |
|---|---|
| com.atlassian.plugin.webresource.cdn.mapper |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMapping
Simple wrapper for a mapping.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<Mapping> |
DefaultMappingSet.all() |
Iterable<Mapping> |
MappingSet.all()
Inspects all
Mapping in one instance. |
Optional<Mapping> |
DefaultMappingSet.get(String originalResource) |
Optional<Mapping> |
MappingSet.get(String originalResource)
Returns the
Mapping for a specific local resource, if found. |
| Constructor and Description |
|---|
DefaultMappingSet(Collection<Mapping> mappings) |
Copyright © 2019 Atlassian. All rights reserved.