org.alfresco.linkvalidation
Class HrefManifest

java.lang.Object
  extended by org.alfresco.linkvalidation.HrefManifest

public class HrefManifest
extends java.lang.Object

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).


Constructor Summary
HrefManifest()
           
HrefManifest(java.util.List entries, int base_snapshot_version, int latest_snapshot_version, int base_file_count, int base_link_count)
           
 
Method Summary
 int getBaseFileCount()
           
 int getBaseLinkCount()
           
 int getBaseSnapshotVersion()
           
 int getLatestSnapshotVersion()
           
 java.util.List getManifestEntries()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HrefManifest

public HrefManifest()

HrefManifest

public HrefManifest(java.util.List entries,
                    int base_snapshot_version,
                    int latest_snapshot_version,
                    int base_file_count,
                    int base_link_count)
Method Detail

getLatestSnapshotVersion

public int getLatestSnapshotVersion()

getBaseSnapshotVersion

public int getBaseSnapshotVersion()

getBaseFileCount

public int getBaseFileCount()

getBaseLinkCount

public int getBaseLinkCount()

getManifestEntries

public java.util.List getManifestEntries()


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