[Red5devs] [red5 commit] r3090 - java/server/trunk/src/org/red5/server

codesite-noreply at google.com codesite-noreply at google.com
Mon Sep 22 11:08:43 PDT 2008


Author: daccattato
Date: Mon Sep 22 11:07:43 2008
New Revision: 3090

Modified:
    java/server/trunk/src/org/red5/server/Bootstrap.java

Log:
adding javadocs

Modified: java/server/trunk/src/org/red5/server/Bootstrap.java
==============================================================================
--- java/server/trunk/src/org/red5/server/Bootstrap.java	(original)
+++ java/server/trunk/src/org/red5/server/Bootstrap.java	Mon Sep 22  
11:07:43 2008
@@ -66,7 +66,7 @@
  		//load dependencies
  		List<URL> urls = setDependenies(root, conf);
  		
-		// bootstrap dependencies and startup Red5 application server
+		//bootstrap dependencies and startup Red5 application server
  		bootStrap(urls);
  			
  		System.out.println("Bootstrap complete");
@@ -102,6 +102,8 @@
  	}

  	/**
+	 * Loads dependencies into classpath
+	 *
  	 * @param root
  	 * @param conf
  	 * @return
@@ -134,6 +136,8 @@
  	}

  	/**
+	 * Sets the configuration root file
+	 *
  	 * @param conf
  	 * @throws IOException
  	 */
@@ -151,6 +155,8 @@
  	}

  	/**
+	 * Gets the configuration root
+	 *
  	 * @param root
  	 * @return
  	 */
@@ -173,6 +179,8 @@
  	}

  	/**
+	 * Gets the Red5 root
+	 *
  	 * @return
  	 * @throws IOException
  	 */



More information about the Red5devs mailing list