[jboss-cvs] JBossAS SVN: r57426 - projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/deployers/helpers

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Oct 4 13:16:59 EDT 2006


Author: scott.stark at jboss.org
Date: 2006-10-04 13:16:57 -0400 (Wed, 04 Oct 2006)
New Revision: 57426

Modified:
   projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/deployers/helpers/AbstractParsingDeployer.java
   projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/deployers/helpers/JAXPDeployer.java
   projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/deployers/helpers/ObjectModelFactoryDeployer.java
   projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/deployers/helpers/SchemaResolverDeployer.java
Log:
Update the javadoc

Modified: projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/deployers/helpers/AbstractParsingDeployer.java
===================================================================
--- projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/deployers/helpers/AbstractParsingDeployer.java	2006-10-04 17:12:35 UTC (rev 57425)
+++ projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/deployers/helpers/AbstractParsingDeployer.java	2006-10-04 17:16:57 UTC (rev 57426)
@@ -133,6 +133,7 @@
     * 
     * @param unit the unit
     * @param name the exact name to match
+    * @param root - possibly null pre-existing root
     * @return the metadata or null if it doesn't exist
     * @throws Exception for any error
     */
@@ -154,6 +155,7 @@
     * @param unit the unit
     * @param name the exact name to match
     * @param suffix the suffix to match
+    * @param root - possibly null pre-existing root
     * @return the metadata or null if it doesn't exist
     * @throws Exception for any error
     */
@@ -180,6 +182,7 @@
     * 
     * @param unit the deployment unit
     * @param file the metadata file
+    * @param root - possibly null pre-existing root
     * @return the metadata
     * @throws Exception for any error
     */

Modified: projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/deployers/helpers/JAXPDeployer.java
===================================================================
--- projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/deployers/helpers/JAXPDeployer.java	2006-10-04 17:12:35 UTC (rev 57425)
+++ projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/deployers/helpers/JAXPDeployer.java	2006-10-04 17:16:57 UTC (rev 57426)
@@ -139,6 +139,7 @@
     * 
     * @param unit the deployment unit
     * @param file the metadata file
+    * @param root - possibly null pre-existing root
     * @return the metadata
     * @throws Exception for any error
     */

Modified: projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/deployers/helpers/ObjectModelFactoryDeployer.java
===================================================================
--- projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/deployers/helpers/ObjectModelFactoryDeployer.java	2006-10-04 17:12:35 UTC (rev 57425)
+++ projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/deployers/helpers/ObjectModelFactoryDeployer.java	2006-10-04 17:16:57 UTC (rev 57426)
@@ -58,6 +58,7 @@
     * 
     * @param unit the deployment unit
     * @param file the metadata file
+    * @param root - possibly null pre-existing root
     * @return the metadata
     * @throws Exception for any error
     */
@@ -87,6 +88,7 @@
    /**
     * Get the object model factory 
     * 
+    * @param root - possibly null pre-existing root
     * @return the object model factory
     */
    protected abstract ObjectModelFactory getObjectModelFactory(T root);

Modified: projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/deployers/helpers/SchemaResolverDeployer.java
===================================================================
--- projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/deployers/helpers/SchemaResolverDeployer.java	2006-10-04 17:12:35 UTC (rev 57425)
+++ projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/deployers/helpers/SchemaResolverDeployer.java	2006-10-04 17:16:57 UTC (rev 57426)
@@ -62,6 +62,7 @@
     * 
     * @param unit the deployment unit
     * @param file the metadata file
+    * @param root - possibly null pre-existing root
     * @return the metadata
     * @throws Exception for any error
     */




More information about the jboss-cvs-commits mailing list