jdepend.framework
Class PropertyConfigurator
java.lang.Objectjdepend.framework.PropertyConfigurator
public class PropertyConfigurator
extends java.lang.Object
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.
- Mike Clark
- Clarkware Consulting, Inc.
PropertyConfigurator()- Constructs a
PropertyConfigurator instance
containing the properties specified in the file
jdepend.properties, if it exists.
|
PropertyConfigurator(File f)- Constructs a
PropertyConfigurator instance
with the specified property file.
|
PropertyConfigurator(Properties p)- Constructs a
PropertyConfigurator instance
with the specified property set.
|
DEFAULT_PROPERTY_FILE
public static final String DEFAULT_PROPERTY_FILE
PropertyConfigurator
public PropertyConfigurator()
Constructs a PropertyConfigurator instance
containing the properties specified in the file
jdepend.properties, if it exists.
PropertyConfigurator
public PropertyConfigurator(File f)
Constructs a PropertyConfigurator instance
with the specified property file.
f - Property file.
PropertyConfigurator
public PropertyConfigurator(Properties p)
Constructs a PropertyConfigurator instance
with the specified property set.
p - Property set.
getAnalyzeInnerClasses
public boolean getAnalyzeInnerClasses()
getConfiguredPackages
public Collection getConfiguredPackages()
getDefaultPropertyFile
public static File getDefaultPropertyFile()
getFilteredPackages
public Collection getFilteredPackages()
loadProperties
public static Properties loadProperties(File file)
Copyright © 1999-2005 Clarkware Consulting, Inc.