org.alfresco.linkvalidation
Class HrefConcordanceEntry

java.lang.Object
  extended by 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)
           
 
Method Summary
 int compareTo(HrefConcordanceEntry other)
           
 java.lang.String getHref()
           
 java.lang.String[] getLocations()
           
 int getResponseStatus()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HrefConcordanceEntry

public HrefConcordanceEntry(java.lang.String href,
                            java.lang.String[] locations,
                            int responseStatus)
Method Detail

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.