org.codehaus.mojo.jboss
Class JBossServerUtil

java.lang.Object
  extended by org.codehaus.mojo.jboss.JBossServerUtil

public class JBossServerUtil
extends Object

Provides generic methods supporting plugin functionality

Author:
pgier

Constructor Summary
JBossServerUtil()
           
 
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
 

Constructor Detail

JBossServerUtil

public JBossServerUtil()
Method Detail

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.