Uses of Class
uk.org.ogsadai.common.files.DAIDirectoryNotDirectoryException

Packages that use DAIDirectoryNotDirectoryException
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 DAIDirectoryNotDirectoryException in uk.org.ogsadai.common.files
 

Methods in uk.org.ogsadai.common.files that throw DAIDirectoryNotDirectoryException
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.isDirectory(java.io.File file)
          A utility method to test whether a given File represents a directory.
 

Uses of DAIDirectoryNotDirectoryException in uk.org.ogsadai.service.resource.config
 

Constructors in uk.org.ogsadai.service.resource.config that throw DAIDirectoryNotDirectoryException
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.