Package edu.harvard.hul.ois.jhove
Class DefaultConfigurationBuilder
java.lang.Object
edu.harvard.hul.ois.jhove.DefaultConfigurationBuilder
This class creates a default configuration if no valid configuration file
is found.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String[]We can't have a static method in an Interface and override it, so we have to get a bit ugly to fake static inheritance.
-
Constructor Details
-
DefaultConfigurationBuilder
Constructor. A location for the file may be specified or left null,
-
-
Method Details
-
getConfigFile
-
getDefaultConfigParameters
We can't have a static method in an Interface and override it, so we have to get a bit ugly to fake static inheritance. The advantage of this is that only the Modules with non-null default config file parameters have to implement the defaultConfigParams static field.
-