Class ExternalPaths


  • public class ExternalPaths
    extends Object
    Some tests need to reach outside the classpath to get certain resources (e.g. the example configuration). This class provides some paths to allow them to do this.
    NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.
    • Field Detail

      • SOURCE_HOME

        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.

      • TECHPRODUCTS_CONFIGSET

        public static String TECHPRODUCTS_CONFIGSET
        See Also:
        SOURCE_HOME
    • Constructor Detail

      • ExternalPaths

        public ExternalPaths()