org.apache.camel.util
Class SystemHelper

java.lang.Object
  extended by org.apache.camel.util.SystemHelper

public final class SystemHelper
extends Object

A helper class for various System related methods

Version:
$Revision: 749236 $

Method Summary
static String getSystemProperty(String name)
          Looks up the given system property name returning null if any exceptions occur
static boolean isSystemProperty(String name)
          Looks up the given system property boolean value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSystemProperty

public static String getSystemProperty(String name)
Looks up the given system property name returning null if any exceptions occur


isSystemProperty

public static boolean isSystemProperty(String name)
Looks up the given system property boolean value. Returns false if the system property doesn't exist.



Apache CAMEL