package org.springframework.ide.eclipse.boot.dash.cloudfoundry.client; public enum CFAppState { STOPPED, STARTED, UNKNOWN }