public interface ConfigureLocatorInterface
| Modifier and Type | Method and Description | 
|---|---|
| static ConfigureLocatorInterface | getConfigureLocator(java.lang.String locatorClass)Locate a ConfigureLocatorInterface given the locatorInfo, presumably
 provided from command-line options. | 
| 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.
static ConfigureLocatorInterface getConfigureLocator(java.lang.String locatorClass)
java.lang.IllegalArgumentException - if appropriate locator class cannot be
 instantiated.Copyright © SAS Institute. All Rights Reserved.