public class PropertyConfigurator
extends java.lang.Object
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.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_PROPERTY_FILE |
| Constructor and Description |
|---|
PropertyConfigurator()
Constructs a
PropertyConfigurator instance
containing the properties specified in the file
jdepend.properties, if it exists. |
PropertyConfigurator(java.io.File f)
Constructs a
PropertyConfigurator instance
with the specified property file. |
PropertyConfigurator(java.util.Properties p)
Constructs a
PropertyConfigurator instance
with the specified property set. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAnalyzeInnerClasses() |
java.util.Collection |
getConfiguredPackages() |
static java.io.File |
getDefaultPropertyFile() |
java.util.Collection |
getFilteredPackages() |
static java.util.Properties |
loadProperties(java.io.File file) |
public static final java.lang.String DEFAULT_PROPERTY_FILE
public PropertyConfigurator()
PropertyConfigurator instance
containing the properties specified in the file
jdepend.properties, if it exists.public PropertyConfigurator(java.util.Properties p)
PropertyConfigurator instance
with the specified property set.p - Property set.public PropertyConfigurator(java.io.File f)
PropertyConfigurator instance
with the specified property file.f - Property file.public java.util.Collection getFilteredPackages()
public java.util.Collection getConfiguredPackages()
public boolean getAnalyzeInnerClasses()
public static java.io.File getDefaultPropertyFile()
public static java.util.Properties loadProperties(java.io.File file)
Copyright ? 1999-2005 Clarkware Consulting, Inc.