org.alfresco.linkvalidation
Class HrefConcordanceEntry
java.lang.Object
org.alfresco.linkvalidation.HrefConcordanceEntry
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable
public class HrefConcordanceEntry
- extends java.lang.Object
- implements java.lang.Comparable, java.io.Serializable
Contains every location of a given href within a webapp,
along with its response status.
- See Also:
- Serialized Form
Constructor Summary |
HrefConcordanceEntry(java.lang.String href,
java.lang.String[] locations,
int responseStatus)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HrefConcordanceEntry
public HrefConcordanceEntry(java.lang.String href,
java.lang.String[] locations,
int responseStatus)
getHref
public java.lang.String getHref()
getLocations
public java.lang.String[] getLocations()
getResponseStatus
public int getResponseStatus()
compareTo
public int compareTo(HrefConcordanceEntry other)
- Specified by:
compareTo
in interface java.lang.Comparable
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.