void |
CssHandler.checkForMissingResources() |
Checks if all necessary resources are available.
|
void |
DefaultCssHandler.checkForMissingResources() |
No external resources are necessary for default CSS files, so
nothing is done here
|
void |
LocalFileCssHandler.checkForMissingResources() |
Checks if the local CSS file exists
|
void |
UrlCssHandler.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 void |
CommandLineParser.checkForRequiredArgs() |
|
protected boolean |
CommandLineParser.doChildrenSwitch(java.lang.String s) |
Give the argument to children classes that may have a way to recognise it.
|
void |
CommandLineParser.parse() |
|
protected void |
CommandLineParser.parseSwitch(java.lang.String switchName) |
|
static void |
ConfigurationOptions.setCheckedOutDirectory(java.lang.String checkedOutDirectory) |
Sets the checkedOutDirectory.
|
static void |
ConfigurationOptions.setConfigFile(java.lang.String propertiesFilename) |
Set the config file that may contain user details.
|
static void |
ConfigurationOptions.setCssFile(java.lang.String cssFile) |
Sets the cssFile.
|
static void |
ConfigurationOptions.setLogFileName(java.lang.String logFileName) |
Sets the logFileName.
|
static void |
ConfigurationOptions.setNotesFile(java.lang.String notesFile) |
Sets the name of the notes file.
|
static void |
ConfigurationOptions.setOutputDir(java.lang.String outputDir) |
Sets the outputDir.
|
static void |
ConfigurationOptions.setOutputFormat(java.lang.String outputFormat) |
|
static void |
ConfigurationOptions.setSymbolicNamesPattern(java.lang.String symbolicNamesPattern) |
|