Package org.ops4j.pax.exam.options

Examples of org.ops4j.pax.exam.options.PropagateSystemPropertyOption


     * @param key
     *            system property key
     * @return option that propagates system properties
     */
    public static PropagateSystemPropertyOption propagateSystemProperty(final String key) {
        return new PropagateSystemPropertyOption(key);
    }
View Full Code Here

TOP

Related Classes of org.ops4j.pax.exam.options.PropagateSystemPropertyOption

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.