- java.lang.Object
-
- org.sw4j.tool.html.crawler.ExternalReferenceEvent
-
public class ExternalReferenceEvent extends Object
-
-
Constructor Summary
Constructors Constructor Description ExternalReferenceEvent(String elementName, LinkType linkType, String link, RelationType relation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetElementName()StringgetLink()LinkTypegetLinkType()RelationTypegetRelation()
-
-
-
Constructor Detail
-
ExternalReferenceEvent
public ExternalReferenceEvent(String elementName, LinkType linkType, String link, RelationType relation)
-
-
Method Detail
-
getElementName
public String getElementName()
-
getLinkType
public LinkType getLinkType()
-
getLink
public String getLink()
-
getRelation
public RelationType getRelation()
-
-