Package org.red5.server
Class Bootstrap
java.lang.Object
org.red5.server.Bootstrap
Boot-straps Red5 using the latest available jars found in red5.home/lib directory.
- Author:
- The Red5 Project, Paul Gregoire ([email protected]), Dominick Accattato ([email protected])
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static voidLoads classloader with dependencies(package private) static StringgetConfigurationRoot(String root) Gets the configuration root(package private) static StringGets the Red5 rootstatic voidBootStrapping entry point
-
Constructor Details
-
Bootstrap
public Bootstrap()
-
-
Method Details
-
main
BootStrapping entry point- Parameters:
args- command line arguments- Throws:
Exception- if error occurs
-
bootStrap
private static void bootStrap() throws InstantiationException, IllegalAccessException, ClassNotFoundException, NoSuchMethodException, InvocationTargetExceptionLoads classloader with dependencies -
getConfigurationRoot
Gets the configuration root- Parameters:
root-- Returns:
-
getRed5Root
Gets the Red5 root- Returns:
- Throws:
IOException
-