Package org.dspace.app.util
Class Configuration
- java.lang.Object
-
- org.dspace.app.util.Configuration
-
public class Configuration extends Object
Configuration tools.- Author:
- mwood
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] argv)Command-line interface for running configuration tasks.
-
-
-
Method Detail
-
main
public static void main(String[] argv)
Command-line interface for running configuration tasks. Possible arguments:--module namethe name of the configuration "module" for this property.--property nameprints the value of the DSpace configuration propertynameto the standard output.--rawsuppresses parameter substitution in the output.--firstprint only the first of multiple values.--helpdescribes these options.
- Parameters:
argv- the command line arguments given
-
-