Class ExcludeUrl

  • All Implemented Interfaces:
    java.io.Serializable

    public class ExcludeUrl
    extends java.lang.Object
    implements java.io.Serializable
    A file URL holding specific addresses to be excluded. Each line in the URL file can be one of: "#", "", or "#". Lines starting with a '#' are ignored and so are characters after a '#' in a line.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ExcludeUrl()  
      ExcludeUrl​(java.lang.String url)  
    • Constructor Detail

      • ExcludeUrl

        public ExcludeUrl()
      • ExcludeUrl

        public ExcludeUrl​(java.lang.String url)
    • Method Detail

      • getUrl

        public java.lang.String getUrl()
      • setUrl

        public void setUrl​(java.lang.String url)
      • getLocation

        public java.util.Optional<java.lang.String> getLocation()
      • setLocation

        public void setLocation​(java.lang.String location)
      • getForeignSource

        public java.util.Optional<java.lang.String> getForeignSource()
      • setForeignSource

        public void setForeignSource​(java.lang.String foreignSource)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • toString

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