Package net.rubygrapefruit.platform.internal

Examples of net.rubygrapefruit.platform.internal.DefaultProcessLauncher


                return net.rubygrapefruit.platform.Native.get(ProcessLauncher.class);
            } catch (NativeIntegrationUnavailableException e) {
                LOGGER.debug("Native-platform process launcher is not available. Continuing with fallback.");
            }
        }
        return new DefaultProcessLauncher();
    }
View Full Code Here

TOP

Related Classes of net.rubygrapefruit.platform.internal.DefaultProcessLauncher

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.