org.codehaus.mojo.jboss
Class JBossServerUtil
java.lang.Object
org.codehaus.mojo.jboss.JBossServerUtil
public class JBossServerUtil
- extends Object
Provides generic methods supporting plugin functionality
- Author:
- pgier
Method Summary |
static void |
dump(InputStream input)
Dump output coming from the stream |
static void |
writeSecurityPolicy(File policyFile)
Create a policyFile that will allow the plugin to execute remote RMI code. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JBossServerUtil
public JBossServerUtil()
dump
public static void dump(InputStream input)
- Dump output coming from the stream
- Parameters:
input
- The input stream to dump
writeSecurityPolicy
public static void writeSecurityPolicy(File policyFile)
throws IOException
- Create a policyFile that will allow the plugin to execute remote RMI code.
- Parameters:
policyFile
-
- Throws:
IOException
Copyright © 2005-2012 Codehaus. All Rights Reserved.