org.alfresco.linkvalidation
Class HrefManifest
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
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.