public class ExternalPaths extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_CONFIGSET |
static String |
SERVER_HOME |
static String |
SOURCE_HOME
The main directory path for the solr source being built if it can be determined.
|
static String |
TECHPRODUCTS_CONFIGSET |
static String |
WEBAPP_HOME |
Constructor and Description |
---|
ExternalPaths() |
public static final String SOURCE_HOME
The main directory path for the solr source being built if it can be determined. If it can not be determined -- possily because the current context is a client code base using hte test frameowrk -- then this variable will be null.
Note that all other static paths available in this class are derived from the source home, and if it is null, those paths will just be relative to 'null' and may not be meaningful.
public static String WEBAPP_HOME
SOURCE_HOME
public static String DEFAULT_CONFIGSET
SOURCE_HOME
public static String TECHPRODUCTS_CONFIGSET
SOURCE_HOME
public static String SERVER_HOME
SOURCE_HOME
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.