All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.peterphi.std.io.properties.IMergeConflictResolver Maven / Gradle / Ivy

There is a newer version: 10.1.5
Show newest version
package com.peterphi.std.io.properties;

public interface IMergeConflictResolver
{
	public String resolveConflict(String varName, String currentValue, String valueToBeMerged);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy