@ProviderType public interface BundleInfo extends Comparable<BundleInfo>
Modifier and Type | Method and Description |
---|---|
@NotNull org.osgi.framework.Bundle |
getBundle() |
@Nullable Date |
getLastModified() |
@NotNull String |
getName() |
@NotNull BundleState |
getState() |
@NotNull String |
getSymbolicName() |
@NotNull String |
getVersion() |
boolean |
isFragment() |
compareTo
@NotNull @NotNull org.osgi.framework.Bundle getBundle()
@NotNull @NotNull String getSymbolicName()
@NotNull @NotNull String getName()
@NotNull @NotNull String getVersion()
@NotNull @NotNull BundleState getState()
@Nullable @Nullable Date getLastModified()
boolean isFragment()
Copyright © 2014–2019 wcm.io. All rights reserved.