org.alfresco.linkvalidation
Class HrefManifestEntry
java.lang.Object
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_
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
file_
protected java.lang.String file_
hrefs_
protected java.util.List hrefs_
HrefManifestEntry
public HrefManifestEntry(java.lang.String file,
java.util.List hrefs)
getFileName
public java.lang.String getFileName()
getHrefs
public java.util.List getHrefs()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.