public abstract class ExtensionMetadata extends Object implements Serializable
SiteMapURL
defined by a sitemap
extension.Constructor and Description |
---|
ExtensionMetadata() |
Modifier and Type | Method and Description |
---|---|
abstract Map<String,String[]> |
asMap() |
abstract boolean |
equals(Object other) |
boolean |
isValid() |
protected static boolean |
urlEquals(URL a,
URL b)
Compare URLs by their string representation because calling
URL.equals(Object) may trigger an unwanted and potentially slow
DNS lookup to resolve the host part |
public boolean isValid()
protected static boolean urlEquals(URL a, URL b)
URL.equals(Object)
may trigger an unwanted and potentially slow
DNS lookup to resolve the host partCopyright © 2009–2021 Crawler-Commons. All rights reserved.