org.alfresco.linkvalidation
Class HrefManifestEntry

java.lang.Object
  extended by org.alfresco.linkvalidation.HrefManifestEntry
All Implemented Interfaces:
java.io.Serializable

public class HrefManifestEntry
extends java.lang.Object
implements java.io.Serializable

Contains a (possibly filtered) list of the hrefs within a file. Common uses of this class are to fetch the links in a web page or just the broken ones (i.e.: response status 400-599).

See Also:
Serialized Form

Field Summary
protected  java.lang.String file_
           
protected  java.util.List hrefs_
           
 
Constructor Summary
HrefManifestEntry(java.lang.String file, java.util.List hrefs)
           
 
Method Summary
 java.lang.String getFileName()
           
 java.util.List getHrefs()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

file_

protected java.lang.String file_

hrefs_

protected java.util.List hrefs_
Constructor Detail

HrefManifestEntry

public HrefManifestEntry(java.lang.String file,
                         java.util.List hrefs)
Method Detail

getFileName

public java.lang.String getFileName()

getHrefs

public java.util.List getHrefs()


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.