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

net.jangaroo.properties.api.Propc Maven / Gradle / Ivy

There is a newer version: 3.0.1
Show newest version
package net.jangaroo.properties.api;

import net.jangaroo.utils.FileLocations;

import java.io.File;

/**
 * Interface for properties compiler, used by universal Jangaroo IDEA Plugin.
 */
public interface Propc {

  void setConfig(FileLocations config);

  FileLocations getConfig();

  File generate(File propertiesFile);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy