org.apache.maven.plugin.invoker
Class SystemPropertyPrinter

java.lang.Object
  extended by org.apache.maven.plugin.invoker.SystemPropertyPrinter

public class SystemPropertyPrinter
extends Object

Print specified system properties to the output stream. Useful to detect certain values from a JVM different to the default JAVA_HOME.

Since:
1.8
Author:
Robert Scholte

Constructor Summary
SystemPropertyPrinter()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemPropertyPrinter

public SystemPropertyPrinter()
Method Detail

main

public static void main(String[] args)
Parameters:
args - system properties to print


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.