Interface BundleInfo

  • All Superinterfaces:
    Blacklisting
    All Known Implementing Classes:
    Bundle

    public interface BundleInfo
    extends Blacklisting
    A bundle info holds info about a Bundle.
    • Method Detail

      • getLocation

        String getLocation()
      • getOriginalLocation

        String getOriginalLocation()
      • getStartLevel

        int getStartLevel()
      • isStart

        boolean isStart()
      • isDependency

        boolean isDependency()