.. java:import:: org.osgi.framework Bundle .. java:import:: org.osgi.framework Version .. java:import:: java.util Objects BundleInformation.State ======================= .. java:package:: org.motechproject.server.api :noindex: .. java:type:: public enum State :outertype: BundleInformation Represents the bundle state. Enum Constants -------------- ACTIVE ^^^^^^ .. java:field:: public static final BundleInformation.State ACTIVE :outertype: BundleInformation.State INSTALLED ^^^^^^^^^ .. java:field:: public static final BundleInformation.State INSTALLED :outertype: BundleInformation.State RESOLVED ^^^^^^^^ .. java:field:: public static final BundleInformation.State RESOLVED :outertype: BundleInformation.State STARTING ^^^^^^^^ .. java:field:: public static final BundleInformation.State STARTING :outertype: BundleInformation.State STOPPING ^^^^^^^^ .. java:field:: public static final BundleInformation.State STOPPING :outertype: BundleInformation.State UNINSTALLED ^^^^^^^^^^^ .. java:field:: public static final BundleInformation.State UNINSTALLED :outertype: BundleInformation.State UNKNOWN ^^^^^^^ .. java:field:: public static final BundleInformation.State UNKNOWN :outertype: BundleInformation.State