Class PropertyConfigurator
java.lang.Object
jdepend.framework.PropertyConfigurator
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.- Author:
- Mike Clark, Clarkware Consulting, Inc.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructs aPropertyConfiguratorinstance containing the properties specified in the filejdepend.properties, if it exists.Constructs aPropertyConfiguratorinstance with the specified property file.Constructs aPropertyConfiguratorinstance with the specified property set. -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic Filestatic PropertiesloadProperties(File file)
-
Field Details
-
DEFAULT_PROPERTY_FILE
- See Also:
-
-
Constructor Details
-
PropertyConfigurator
public PropertyConfigurator()Constructs aPropertyConfiguratorinstance containing the properties specified in the filejdepend.properties, if it exists. -
PropertyConfigurator
Constructs aPropertyConfiguratorinstance with the specified property set.- Parameters:
p- Property set.
-
PropertyConfigurator
Constructs aPropertyConfiguratorinstance with the specified property file.- Parameters:
f- Property file.
-
-
Method Details
-
getFilteredPackages
-
getConfiguredPackages
-
getAnalyzeInnerClasses
public boolean getAnalyzeInnerClasses() -
getDefaultPropertyFile
-
loadProperties
-