java.lang.Object | +--jdepend.framework.PropertyConfigurator
static java.lang.String |
Constructs a PropertyConfigurator instance containing the properties specified in the jdepend.propertiesfile, if it exists. |
PropertyConfigurator(java.util.Properties p) Constructs a PropertyConfigurator instance with the specified property set. |
PropertyConfigurator(java.io.File f) Constructs a PropertyConfigurator instance with the specified property file. |
boolean | |
java.util.Collection | |
static java.io.File | |
java.util.Collection | Returns the collection of filtered package names. |
static java.util.Properties | loadProperties(java.io.File file) |
public static final String DEFAULT_PROPERTY_FILE
public PropertyConfigurator()
PropertyConfigurator instance
containing the properties specified in the
jdepend.propertiesfile, if it exists.
public PropertyConfigurator(java.io.File f)
PropertyConfigurator instance
with the specified property file.
public PropertyConfigurator(java.util.Properties p)
PropertyConfigurator instance
with the specified property set.
public boolean getAnalyzeInnerClasses()
public Collection getConfiguredPackages()
public static File getDefaultPropertyFile()
public Collection getFilteredPackages()
public static Properties loadProperties(java.io.File file)
PropertyConfiguratorclass contains configuration information contained in thejdepend.propertiesfile, if such a file exists either in the user's home directory or somewhere in the classpath.