Example usage for org.springframework.ide.eclipse.boot.dash.model Deletable interface-usage

List of usage examples for org.springframework.ide.eclipse.boot.dash.model Deletable interface-usage

Introduction

In this page you can find the example usage for org.springframework.ide.eclipse.boot.dash.model Deletable interface-usage.

Usage

From source file org.springframework.ide.eclipse.boot.dash.model.LaunchConfDashElement.java

/**
 * Concrete {@link BootDashElement} that wraps a launch config.
 *
 * @author Kris De Volder
 */
public class LaunchConfDashElement extends AbstractLaunchConfigurationsDashElement<ILaunchConfiguration>

From source file org.springframework.ide.eclipse.boot.dash.cloudfoundry.CloudAppDashElement.java

/**
 * A handle to a Cloud application. NOTE: This element should NOT hold Cloud
 * application state as it may be discarded and created multiple times for the
 * same app for any reason.
 * <p/>
 * Cloud application state should always be resolved from external sources