public interface ConfigureLocatorInterface
Modifier and Type | Method and Description |
---|---|
ConfigureInterface |
locateConfigureInterface(java.lang.String rootDir,
java.lang.String configPath)
Attempt to locate DRIVER configuration data.
|
java.io.File |
locateRootDir(java.lang.String rootDir)
Attempt to locate DRIVER root/install directory.
|
java.io.File locateRootDir(java.lang.String rootDir)
rootDir
- -- The rootDir may be a String
containing a path to a directory, or to a file, or to some
other type of object as needed by the specific implementation.
ConfigureInterface locateConfigureInterface(java.lang.String rootDir, java.lang.String configPath)
rootDir
- -- The rootDir may be a String
containing a path to a directory, or to a file, or to some
other type of object as needed by the specific implementation.configPath
- -- The configPath may be a String
containing a path to a directory, or to a file, or to some
other type of object as needed by the specific implementation.
The rootDir and configPath may be used in combination to resolve to the ConfigureInterface.
Copyright © SAS Institute. All Rights Reserved.