Class PropertyConfigurator

java.lang.Object
jdepend.framework.PropertyConfigurator

public class PropertyConfigurator extends Object
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 Details

  • Constructor Details

    • PropertyConfigurator

      public PropertyConfigurator()
      Constructs a PropertyConfigurator instance containing the properties specified in the file jdepend.properties, if it exists.
    • PropertyConfigurator

      public PropertyConfigurator(Properties p)
      Constructs a PropertyConfigurator instance with the specified property set.
      Parameters:
      p - Property set.
    • PropertyConfigurator

      public PropertyConfigurator(File f)
      Constructs a PropertyConfigurator instance with the specified property file.
      Parameters:
      f - Property file.
  • Method Details

    • getFilteredPackages

      public Collection getFilteredPackages()
    • getConfiguredPackages

      public Collection getConfiguredPackages()
    • getAnalyzeInnerClasses

      public boolean getAnalyzeInnerClasses()
    • getDefaultPropertyFile

      public static File getDefaultPropertyFile()
    • loadProperties

      public static Properties loadProperties(File file)