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

org.echocat.locela.api.java.properties.PropertiesWriter Maven / Gradle / Ivy

Go to download

Java API of a localization framework for an easy and platform independent work.

There is a newer version: 2.0.8
Show newest version
/*****************************************************************************************
 * *** BEGIN LICENSE BLOCK *****
 *
 * Version: MPL 2.0
 *
 * echocat Locela - API for Java, Copyright (c) 2014 echocat
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * *** END LICENSE BLOCK *****
 ****************************************************************************************/

package org.echocat.locela.api.java.properties;

import javax.annotation.Nonnull;
import javax.annotation.Nullable;
import java.io.IOException;
import java.io.Writer;

public interface PropertiesWriter {

    public void write(@Nullable Properties properties, @Nonnull Writer to) throws IOException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy