Uses of Class
net.sf.statcvs.output.ConfigurationException
Packages that use ConfigurationException
Package
Description
StatCVS main package containing the command line launcher
and some core classes.
Package for the StatCVS Ant task.
-
Uses of ConfigurationException in net.sf.statcvs
Methods in net.sf.statcvs that throw ConfigurationExceptionModifier and TypeMethodDescriptionstatic voidMain.generateDefaultHTMLSuite()Generates HTML report. -
Uses of ConfigurationException in net.sf.statcvs.ant
Methods in net.sf.statcvs.ant that throw ConfigurationExceptionModifier and TypeMethodDescriptionprotected voidStatCvsTask.initProperties()method initializes the ConfigurationOptions object with received values. -
Uses of ConfigurationException in net.sf.statcvs.output
Methods in net.sf.statcvs.output that throw ConfigurationExceptionModifier and TypeMethodDescriptionvoidCssHandler.checkForMissingResources()Checks if all necessary resources are available.voidDefaultCssHandler.checkForMissingResources()No external resources are necessary for default CSS files, so nothing is done herevoidLocalFileCssHandler.checkForMissingResources()Checks if the local CSS file existsvoidUrlCssHandler.checkForMissingResources()We could check here if there is a real CSS file at the URL, but this would require net access, so we just do nothing.protected voidCommandLineParser.checkForRequiredArgs()protected booleanCommandLineParser.doChildrenSwitch(String s) Give the argument to children classes that may have a way to recognise it.voidCommandLineParser.parse()Parses the command line and sets the options (as static fields inConfigurationOptions).protected voidCommandLineParser.parseSwitch(String switchName) static voidConfigurationOptions.setCheckedOutDirectory(String checkedOutDirectory) Sets the checkedOutDirectory.static voidConfigurationOptions.setConfigFile(String propertiesFilename) Set the config file that may contain user details.static voidConfigurationOptions.setCssFile(String cssFile) Sets the cssFile.static voidConfigurationOptions.setLogFileName(String logFileName) Sets the logFileName.static voidConfigurationOptions.setNotesFile(String notesFile) Sets the name of the notes file.static voidConfigurationOptions.setOutputDir(String outputDir) Sets the outputDir.static voidConfigurationOptions.setOutputFormat(String outputFormat) static voidConfigurationOptions.setSymbolicNamesPattern(String symbolicNamesPattern)