Class ResolvConfParser$


  • public class ResolvConfParser$
    extends java.lang.Object
    Does a partial parse according to https://linux.die.net/man/5/resolver.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static ResolvConfParser$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      scala.util.Try<ResolvConf> parseFile​(java.io.File file)
      Does a partial parse according to https://linux.die.net/man/5/resolver.
      ResolvConf parseLines​(scala.collection.Iterator<java.lang.String> lines)  
      • Methods inherited from class java.lang.Object

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

      • MODULE$

        public static final ResolvConfParser$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • ResolvConfParser$

        public ResolvConfParser$()
    • Method Detail

      • parseFile

        public scala.util.Try<ResolvConf> parseFile​(java.io.File file)
        Does a partial parse according to https://linux.die.net/man/5/resolver.
        Parameters:
        file - (undocumented)
        Returns:
        (undocumented)
      • parseLines

        public ResolvConf parseLines​(scala.collection.Iterator<java.lang.String> lines)