jdepend.framework
public class PropertyConfigurator extends 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.
Field Summary | |
---|---|
static String | DEFAULT_PROPERTY_FILE |
Constructor Summary | |
---|---|
PropertyConfigurator()
Constructs a PropertyConfigurator instance
containing the properties specified in the file
jdepend.properties , if it exists. | |
PropertyConfigurator(Properties p)
Constructs a PropertyConfigurator instance
with the specified property set.
| |
PropertyConfigurator(File f)
Constructs a PropertyConfigurator instance
with the specified property file.
|
Method Summary | |
---|---|
boolean | getAnalyzeInnerClasses() |
Collection | getConfiguredPackages() |
static File | getDefaultPropertyFile() |
Collection | getFilteredPackages() |
static Properties | loadProperties(File file) |
PropertyConfigurator
instance
containing the properties specified in the file
jdepend.properties
, if it exists.PropertyConfigurator
instance
with the specified property set.
Parameters: p Property set.
PropertyConfigurator
instance
with the specified property file.
Parameters: f Property file.