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

org.spincast.website.AppConfigPropsFileBasedConfig Maven / Gradle / Ivy

There is a newer version: 0.9.28
Show newest version
package org.spincast.website;

import org.spincast.plugins.configpropsfile.SpincastConfigPropsFileBasedConfigDefault;

/**
 * Custom configurations for the .properties file based config plugin.
 */
public class AppConfigPropsFileBasedConfig extends SpincastConfigPropsFileBasedConfigDefault {

    @Override
    public int getSpecificPathMainArgsPosition() {

        //==========================================
        // Enable this stategy: if > 0, the 
        // argument at the specified position will be considered 
        // as the path to  the .properties configuration file to use.
        // The first argument is at position "1".
        //==========================================
        return 1;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy