Uses of Interface
com.polarion.platform.repository.config.IDataHandlerContext
Package
Description
-
Uses of IDataHandlerContext in com.polarion.platform.repository.config
Modifier and TypeMethodDescriptionIDataHandler.readLocation
(ILocation location, IDataHandlerContext context) Reads the location in the form suitable to be passed toIDataHandler.writeLocation(ILocation, Object, IDataHandlerContext)
IDataHandler.readLocations
(List<ILocation> locations, IDataHandlerContext context) Read configuration from given locations Merges the hierarchy of configurations into oneIValidatingDataHandler.validate
(ILocation location, Object data, IDataHandlerContext context) Validates configuration for write.void
IDataHandler.writeLocation
(ILocation location, I data, IDataHandlerContext context) Writes data to given location. -
Uses of IDataHandlerContext in com.polarion.platform.repository.spi.config
Modifier and TypeMethodDescriptionAbstractDataHandler.readLocation
(ILocation location, IDataHandlerContext context) AbstractDataHandler.readLocations
(List<ILocation> locations, IDataHandlerContext context) void
AbstractDataHandler.writeLocation
(ILocation location, I data, IDataHandlerContext context)