Uses of Interface
com.polarion.platform.repository.config.IDataHandlerContext
Packages that use IDataHandlerContext
Package
Description
-
Uses of IDataHandlerContext in com.polarion.platform.repository.config
Methods in com.polarion.platform.repository.config with parameters of type IDataHandlerContextModifier 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.voidIDataHandler.writeLocation(ILocation location, I data, IDataHandlerContext context) Writes data to given location. -
Uses of IDataHandlerContext in com.polarion.platform.repository.spi.config
Methods in com.polarion.platform.repository.spi.config with parameters of type IDataHandlerContextModifier and TypeMethodDescriptionAbstractDataHandler.readLocation(ILocation location, IDataHandlerContext context) AbstractDataHandler.readLocations(List<ILocation> locations, IDataHandlerContext context) voidAbstractDataHandler.writeLocation(ILocation location, I data, IDataHandlerContext context)