Package org.rhq.core.pluginapi.util

Examples of org.rhq.core.pluginapi.util.JavaCommandLine


        // If we are discovering plugin config via processInfo, then in addition to everything we discover above,
        // we'll now see if we can determine more robust startup environment information to be used for start/restart
        // operations if possible. If this information is not discovered, and left unset by the user or a remote client
        // update, then  the start script will fall back to the minimal information captured above.
        if (processInfo != null) {
            setStartScriptPluginConfigProps(processInfo, new JavaCommandLine(processInfo.getCommandLine()),
                pluginConfig);
        }

        return new DiscoveredResourceDetails(discoveryContext.getResourceType(), key, name, PRODUCT_PREFIX
            + installInfo.getVersion(), description, pluginConfig, processInfo);
View Full Code Here

TOP

Related Classes of org.rhq.core.pluginapi.util.JavaCommandLine

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.