public class DefinitionFileReader extends Object
Constructor and Description |
---|
DefinitionFileReader(String fileName)
Creates a new DefinitionFileReader.
|
Modifier and Type | Method and Description |
---|---|
Set<CollectorProcessDefinition> |
getCollectorProcessDefinitions() |
Set<Depository> |
getDepositories() |
Set<MeasurementPruningDefinition> |
getMeasurementPruningDefinitions() |
Set<String> |
getOrgIds() |
Set<SensorGroup> |
getSensorGroups() |
Set<Sensor> |
getSensors() |
public DefinitionFileReader(String fileName) throws IOException
fileName
- The name of the definition file, a CSV file of WattDepot
object definitions.IOException
- if there is a problem reading the file.public Set<CollectorProcessDefinition> getCollectorProcessDefinitions()
public Set<Depository> getDepositories()
public Set<MeasurementPruningDefinition> getMeasurementPruningDefinitions()
public Set<SensorGroup> getSensorGroups()
Copyright © 2015 Collaborative Software Development Laboratory. All rights reserved.