Example usage for com.intellij.openapi.application ApplicationStarterEx subclass-usage

List of usage examples for com.intellij.openapi.application ApplicationStarterEx subclass-usage

Introduction

In this page you can find the example usage for com.intellij.openapi.application ApplicationStarterEx subclass-usage.

Usage

From source file com.microsoft.alm.plugin.idea.common.starters.ApplicationStarterBase.java

/**
 * Create a new commandline argument to do VSTS commands. This will allow for a protocol handler to pass IntelliJ
 * the needed arguments to start a VSTS specific workflow.
 */
public abstract class ApplicationStarterBase extends ApplicationStarterEx {
    private final Logger logger = LoggerFactory.getLogger(ApplicationStarterBase.class);

From source file com.microsoft.alm.plugin.idea.starters.ApplicationStarterBase.java

/**
 * Create a new commandline argument to do VSTS commands. This will allow for a protocol handler to pass IntelliJ
 * the needed arguments to start a VSTS specific workflow.
 */
public abstract class ApplicationStarterBase extends ApplicationStarterEx {
    private final Logger logger = LoggerFactory.getLogger(ApplicationStarterBase.class);

From source file com.microsoft.alm.plugin.idea.starters.checkout.ApplicationStarterBase.java

/**
 * Create a new commandline argument to do VSTS checkouts. This will allow for a protocol handler to pass IntelliJ
 * the needed arguments to clone and open a project.
 */
public abstract class ApplicationStarterBase extends ApplicationStarterEx {
    private final Logger logger = LoggerFactory.getLogger(ApplicationStarterBase.class);