com.polarion.platform.repository.config.IDataHandler


METHODS
Modifiers and TypeNameDescription
O readLocations(List,IDataHandlerContext) 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