}
} else if (srdc instanceof FileRepositoryDeviceConfiguration) {
// File devices - this object should probably be passed into
// the XML repository / XML device accessor directly.
FileRepositoryDeviceConfiguration fsrdc =
(FileRepositoryDeviceConfiguration) srdc;
String deviceLocation = fsrdc.getLocation();
if (deviceLocation != null) {
File deviceFile = configContext.getConfigRelativeFile(
deviceLocation, true);
if (deviceFile != null) {
if (logger.isDebugEnabled()) {