Package jdepend.framework
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 aPropertyConfigurator
instance containing the properties specified in the filejdepend.properties
, if it exists.Constructs aPropertyConfigurator
instance with the specified property file.Constructs aPropertyConfigurator
instance with the specified property set. -
Method Summary
Modifier and TypeMethodDescriptionboolean
static File
static Properties
loadProperties
(File file)
-
Field Details
-
DEFAULT_PROPERTY_FILE
- See Also:
-
-
Constructor Details
-
PropertyConfigurator
public PropertyConfigurator()Constructs aPropertyConfigurator
instance containing the properties specified in the filejdepend.properties
, if it exists. -
PropertyConfigurator
Constructs aPropertyConfigurator
instance with the specified property set.- Parameters:
p
- Property set.
-
PropertyConfigurator
Constructs aPropertyConfigurator
instance with the specified property file.- Parameters:
f
- Property file.
-
-
Method Details
-
getFilteredPackages
-
getConfiguredPackages
-
getAnalyzeInnerClasses
public boolean getAnalyzeInnerClasses() -
getDefaultPropertyFile
-
loadProperties
-