| |
|
| java.lang.Object jdepend.framework.PropertyConfigurator
PropertyConfigurator | public class PropertyConfigurator (Code) | | The PropertyConfigurator class contains configuration
information contained in the jdepend.properties file,
if such a file exists either in the user's home directory or somewhere
in the classpath.
author: Mike Clark author: Clarkware Consulting, Inc. |
Constructor Summary | |
public | PropertyConfigurator() Constructs a PropertyConfigurator instance
containing the properties specified in the file
jdepend.properties , if it exists. | public | PropertyConfigurator(Properties p) Constructs a PropertyConfigurator instance
with the specified property set. | public | PropertyConfigurator(File f) Constructs a PropertyConfigurator instance
with the specified property file. |
DEFAULT_PROPERTY_FILE | final public static String DEFAULT_PROPERTY_FILE(Code) | | |
PropertyConfigurator | public PropertyConfigurator()(Code) | | Constructs a PropertyConfigurator instance
containing the properties specified in the file
jdepend.properties , if it exists.
|
PropertyConfigurator | public PropertyConfigurator(Properties p)(Code) | | Constructs a PropertyConfigurator instance
with the specified property set.
Parameters: p - Property set. |
PropertyConfigurator | public PropertyConfigurator(File f)(Code) | | Constructs a PropertyConfigurator instance
with the specified property file.
Parameters: f - Property file. |
getAnalyzeInnerClasses | public boolean getAnalyzeInnerClasses()(Code) | | |
getDefaultPropertyFile | public static File getDefaultPropertyFile()(Code) | | |
|
|
|