public class BuildProperties extends Object
| Constructor and Description |
|---|
BuildProperties(Map<String,String> generalProperties,
List<String> drivers,
Map<String,Properties> driverProperties,
Map<String,Map<String,String>> sections) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Properties> |
getDriverProperties() |
List<String> |
getDrivers() |
Map<String,String> |
getGeneralProperties() |
Map<String,Map<String,String>> |
getSections() |
List<String> |
getSectionTitles() |
public Map<String,Properties> getDriverProperties()
Copyright © 2022. All rights reserved.