Uses of Interface
org.openstreetmap.josm.data.Preferences.ThrowingConsumer
-
Packages that use Preferences.ThrowingConsumer Package Description org.openstreetmap.josm.data Provides the classes for JOSM managed data. -
-
Uses of Preferences.ThrowingConsumer in org.openstreetmap.josm.data
Methods in org.openstreetmap.josm.data with parameters of type Preferences.ThrowingConsumer Modifier and Type Method Description private static void
Preferences. checkFileValidity(java.io.File file, Preferences.ThrowingConsumer<java.io.File,java.io.IOException> consumer)
Ensure that a preferences file is "ok" before copying/moving it over another preferences file
-