Class ProjectViewDebuggerAddressSectionParser


  • public class ProjectViewDebuggerAddressSectionParser
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String sectionName  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.jetbrains.bsp.bazel.projectview.model.sections.ProjectViewDebuggerAddressSection createInstance​(com.google.common.net.HostAndPort value)  
      protected com.google.common.net.HostAndPort mapRawValue​(java.lang.String rawValue)  
      protected io.vavr.control.Option<T> parse​(java.lang.String sectionBody)  
      io.vavr.control.Try<io.vavr.control.Option<T>> parse​(ProjectViewRawSection rawSection)  
      io.vavr.control.Option<T> parse​(ProjectViewRawSections rawSections)  
      io.vavr.control.Option<T> parseOrDefault​(ProjectViewRawSections rawSections, io.vavr.control.Option<T> defaultValue)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • sectionName

        protected final java.lang.String sectionName
    • Constructor Detail

      • ProjectViewDebuggerAddressSectionParser

        public ProjectViewDebuggerAddressSectionParser()
    • Method Detail

      • mapRawValue

        protected com.google.common.net.HostAndPort mapRawValue​(java.lang.String rawValue)
      • createInstance

        protected org.jetbrains.bsp.bazel.projectview.model.sections.ProjectViewDebuggerAddressSection createInstance​(com.google.common.net.HostAndPort value)
      • parseOrDefault

        public io.vavr.control.Option<T> parseOrDefault​(ProjectViewRawSections rawSections,
                                                        io.vavr.control.Option<T> defaultValue)
      • parse

        protected io.vavr.control.Option<T> parse​(java.lang.String sectionBody)
      • parse

        public io.vavr.control.Try<io.vavr.control.Option<T>> parse​(ProjectViewRawSection rawSection)