public class BundleConfigurationReader extends Object
| Constructor and Description |
|---|
BundleConfigurationReader(File bundleConfigurationFile)
Constructs a new bundle configuration reader for reading the given file.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Set<String>> |
getFragments()
Get the fragments data from the bundle configuration specified: fragment
name and a set of file paths as strings to the resources that are to be
included in the final produced fragment file.
|
public BundleConfigurationReader(File bundleConfigurationFile)
bundleConfigurationFile - the file used to read configuration properties fromUncheckedIOException - if fails to read the json file from the file systemIllegalArgumentException - if fails to parse json providedpublic Map<String,Set<String>> getFragments()
IllegalStateException - if parsed json file does not contain valid fragment dataCopyright © 2000–2025 Vaadin Ltd. All rights reserved.