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

webpiecesxxxxxpackage.services.DevConfig Maven / Gradle / Ivy

Go to download

Someone forgot to fill this in. See http://stackoverflow.com/questions/38272550/how-to-fail-the-gradle-build-if-subproject-is-missing-a-property

The newest version!
package webpiecesxxxxxpackage.services;

/**
 * Goes in re-usable location so all your dev servers can be modified
 * 
 * @author dean
 *
 */
public interface DevConfig {
    String[] getExtraArguments();

    String getHibernateSettingsClazz();

    int getHttpsPort();

    int getHttpPort();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy