org.apache.solr.util
Class ExternalPaths

java.lang.Object
  extended by org.apache.solr.util.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 Summary
static String EXAMPLE_CONFIG
           
static String EXAMPLE_HOME
           
static String EXAMPLE_MULTICORE_HOME
           
static String EXAMPLE_SCHEMA
           
static String SOURCE_HOME
           
static String WEBAPP_HOME
           
 
Constructor Summary
ExternalPaths()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SOURCE_HOME

public static final String SOURCE_HOME

WEBAPP_HOME

public static String WEBAPP_HOME

EXAMPLE_HOME

public static String EXAMPLE_HOME

EXAMPLE_MULTICORE_HOME

public static String EXAMPLE_MULTICORE_HOME

EXAMPLE_SCHEMA

public static String EXAMPLE_SCHEMA

EXAMPLE_CONFIG

public static String EXAMPLE_CONFIG
Constructor Detail

ExternalPaths

public ExternalPaths()


Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.