com.polarion.platform.repository.config.IDataHandler
METHODS
Modifiers and Type | Name | Description |
---|---|---|
O | readLocations(List |
Read configuration from given locations Merges the hierarchy of configurations into one |
O | readLocation(ILocation,IDataHandlerContext) | Reads the location in the form suitable to be passed to {@link #writeLocation(ILocation,Object,IDataHandlerContext)} |
void | writeLocation(ILocation,I,IDataHandlerContext) | Writes data to given location. |
Back to Index