Class AccumuloClassLoader
- java.lang.Object
-
- org.apache.accumulo.start.classloader.AccumuloClassLoader
-
@Deprecated public class AccumuloClassLoader extends Object
Deprecated.
-
-
Field Summary
Fields Modifier and Type Field Description static StringGENERAL_CLASSPATHSDeprecated.
-
Constructor Summary
Constructors Constructor Description AccumuloClassLoader()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static StringgetAccumuloProperty(String propertyName, String defaultValue)Deprecated.Returns value of property in accumulo.properties file, otherwise default valuestatic ClassLoadergetClassLoader()Deprecated.static StringreplaceEnvVars(String classpath, Map<String,String> env)Deprecated.Replace environment variables in the classpath string with their actual value
-
-
-
Field Detail
-
GENERAL_CLASSPATHS
public static final String GENERAL_CLASSPATHS
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
getAccumuloProperty
public static String getAccumuloProperty(String propertyName, String defaultValue)
Deprecated.Returns value of property in accumulo.properties file, otherwise default value- Parameters:
propertyName- Name of the property to pulldefaultValue- Value to default to if not found.- Returns:
- value of property or default
-
replaceEnvVars
public static String replaceEnvVars(String classpath, Map<String,String> env)
Deprecated.Replace environment variables in the classpath string with their actual value
-
getClassLoader
public static ClassLoader getClassLoader() throws IOException
Deprecated.- Throws:
IOException
-
-