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

com.marvinformatics.formatter.ConfigurationSource Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version
package com.marvinformatics.formatter;

import java.io.File;
import java.nio.charset.Charset;

import org.apache.maven.plugin.logging.Log;

/**
 * @author marvin.froeder
 */
public interface ConfigurationSource {

	Log getLog();

	String getCompilerSources();

	String getCompilerCompliance();

	String getCompilerCodegenTargetPlatform();

	File getTargetDirectory();

	Charset getEncoding();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy