Example usage for org.apache.commons.lang SystemUtils subclass-usage

List of usage examples for org.apache.commons.lang SystemUtils subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.lang SystemUtils subclass-usage.

Usage

From source file org.mule.util.SystemUtils.java

public class SystemUtils extends org.apache.commons.lang.SystemUtils {
    // class logger
    protected static final Log logger = LogFactory.getLog(SystemUtils.class);

    // bash prepends: declare -x
    // zsh prepends: typeset -x