Class Configuration


  • public class Configuration
    extends Object
    Configuration tools.
    Author:
    mwood
    • Method Detail

      • main

        public static void main​(String[] argv)
        Command-line interface for running configuration tasks. Possible arguments:
        • --module name the name of the configuration "module" for this property.
        • --property name prints the value of the DSpace configuration property name to the standard output.
        • --raw suppresses parameter substitution in the output.
        • --help describes these options.
        If the property does not exist, nothing is written.
        Parameters:
        argv - the command line arguments given