Class Configuration

java.lang.Object
org.dspace.app.util.Configuration

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

    • 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.
      • --first print only the first of multiple values.
      • --help describes these options.
      If the property does not exist, nothing is written.
      Parameters:
      argv - the command line arguments given