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

public.javadoc.org.spincast.plugins.configpropsfile.ISpincastConfigPropsFileBasedConfig.html Maven / Gradle / Ivy

There is a newer version: 0.9.28
Show newest version






ISpincastConfigPropsFileBasedConfig (org.spincast:spincast-framework 0.9.21 API)












org.spincast.plugins.configpropsfile

Interface ISpincastConfigPropsFileBasedConfig

  • All Known Implementing Classes:
    SpincastConfigPropsFileBasedConfigDefault


    public interface ISpincastConfigPropsFileBasedConfig
    Configurations for the Spincast .properties based config plugin. We use "@ImplementedBy" to specify the default configurations to use if none is specified in a Guice module.
    • Method Detail

      • getSpecificPathMainArgsPosition

        int getSpecificPathMainArgsPosition()
        The position of the main argument that specifies the path to the .properties file to use for the configurations. The first argument is at position "1".

        Disabled by default.

        Returns:
        the position of the argument or <= 0 to disable this strategy.
      • getNextToJarConfigFileName

        String getNextToJarConfigFileName()
        The name of the .properties file to search for next to the .jar file of the application.

        Defaults to "app.properties".

        Returns:
        the name of the config file or null/empty to disable this strategy.

Copyright © 2016. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy