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.properties
file, 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)
PropertyConfigurator
class contains configuration information contained in thejdepend.properties
file, if such a file exists either in the user's home directory or somewhere in the classpath.