Class BridgeRepository.ResourceInfo

  • Enclosing class:
    BridgeRepository

    public static class BridgeRepository.ResourceInfo
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) boolean error  
      (package private) boolean inited  
      (package private) org.osgi.resource.Resource resource  
      private java.lang.String title  
      (package private) java.lang.String tooltip  
    • Constructor Summary

      Constructors 
      Constructor Description
      ResourceInfo​(org.osgi.resource.Resource resource)  
    • Field Detail

      • inited

        boolean inited
      • resource

        org.osgi.resource.Resource resource
      • error

        boolean error
      • tooltip

        java.lang.String tooltip
      • title

        private java.lang.String title
    • Constructor Detail

      • ResourceInfo

        public ResourceInfo​(org.osgi.resource.Resource resource)
    • Method Detail

      • getTooltip

        public java.lang.String getTooltip()
      • init

        private void init()
      • getTitle

        public java.lang.String getTitle()
      • isError

        public boolean isError()
      • getResource

        public org.osgi.resource.Resource getResource()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object