org.springframework.ide.eclipse.boot.dash.cloudfoundry.client.CFAppState.java Source code

Java tutorial

Introduction

Here is the source code for org.springframework.ide.eclipse.boot.dash.cloudfoundry.client.CFAppState.java

Source

package org.springframework.ide.eclipse.boot.dash.cloudfoundry.client;

public enum CFAppState {

    STOPPED, STARTED, UNKNOWN

}