Package help.validator.model
Class HREF
java.lang.Object
help.validator.model.HREF
- All Implemented Interfaces:
Comparable<HREF>
-
Constructor Details
-
HREF
public HREF(HelpModuleLocation help, Path sourceFile, String href, int lineNum) throws URISyntaxException - Throws:
URISyntaxException
-
-
Method Details
-
isURL
public boolean isURL() -
isLocalAnchor
public boolean isLocalAnchor() -
getSourceFile
-
isRemote
public boolean isRemote() -
getAnchorName
-
getRefString
-
getReferenceFileHelpPath
The relative help path to the destination of this HREF- Returns:
- the relative help path to the destination of this HREF
-
getHelpPath
-
compareTo
- Specified by:
compareTo
in interfaceComparable<HREF>
-
toString
-
getLineNumber
public int getLineNumber()
-