blob: 91319453c276c129f9b6d3fcf1305de170a9471b [file] [log] [blame]
package org.apache.karaf.webconsole.osgi.internal;
public enum ComponentType {
FEATURES, BUNDLES, REPOSITORIES, EVENTS
}