|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DAIDirectoryNotFoundException | |
uk.org.ogsadai.common.files | This package provides a set of common classes for file manipulation. |
uk.org.ogsadai.service.resource.config | Classes to do with Data Service Resource configuration. |
Uses of DAIDirectoryNotFoundException in uk.org.ogsadai.common.files |
Methods in uk.org.ogsadai.common.files that throw DAIDirectoryNotFoundException | |
static void |
FileUtilities.replaceTokensInDirectory(java.io.File dir,
java.util.Map tokensAndValues)
Replaces all occurrences of token regular expressions in each file in the specified directory with the corresponding value strings. |
static void |
FileUtilities.copyDirectoryContents(java.io.File sourceDir,
java.io.File destinationDir)
Copies the contents of the source directory to the destination directory. |
static void |
FileUtilities.directoryExists(java.io.File dir)
A utility method to test whether a directory exists. |
Uses of DAIDirectoryNotFoundException in uk.org.ogsadai.service.resource.config |
Constructors in uk.org.ogsadai.service.resource.config that throw DAIDirectoryNotFoundException | |
FileBasedDSRComponentFactory(java.lang.Object id,
java.io.File topLevelConfigDir)
Creates a data service resource component factory that will read configuration files correspoding to the specified resource ID. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |