/[Apache-SVN]/geronimo/branches/1.1/modules/deploy-jsr88/src/java/org/apache/geronimo/deployment/plugin/jmx/CommandContext.java
ViewVC logotype

Diff of /geronimo/branches/1.1/modules/deploy-jsr88/src/java/org/apache/geronimo/deployment/plugin/jmx/CommandContext.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- geronimo/branches/1.1/modules/deploy-jsr88/src/java/org/apache/geronimo/deployment/plugin/jmx/CommandContext.java	2006/04/16 01:10:35	394421
+++ geronimo/branches/1.1/modules/deploy-jsr88/src/java/org/apache/geronimo/deployment/plugin/jmx/CommandContext.java	2006/04/16 01:24:00	394422
@@ -39,6 +39,14 @@ public class CommandContext {
         this.inPlace = inPlace;
     }
 
+    public CommandContext(CommandContext prototype) {
+        this.logErrors = prototype.logErrors;
+        this.verbose = prototype.verbose;
+        this.username = prototype.username;
+        this.password = prototype.password;
+        this.inPlace = prototype.inPlace;
+    }
+
     public boolean isLogErrors() {
         return logErrors;
     }

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26