public interface PrebakeConfig
CDNStrategy| Modifier and Type | Method and Description |
|---|---|
static PrebakeConfig |
forPattern(String mappingPathPattern)
Creates a PrebakeConfig that uses a mapping path pattern like
/path/to/${state}/mapping.json |
File |
getMappingLocation(String globalStateHash)
Returns the location of the mapping.json file, given the global statue hash value
|
String |
getPattern()
Returns the original pattern for information purposes
|
static PrebakeConfig forPattern(@Nonnull String mappingPathPattern)
/path/to/${state}/mapping.json@Nonnull File getMappingLocation(@Nonnull String globalStateHash)
String getPattern()
Copyright © 2017 Atlassian. All rights reserved.