Package cdc.issues.api.locations
Class AbstractIssueLocation
- java.lang.Object
-
- cdc.issues.api.locations.AbstractIssueLocation
-
- All Implemented Interfaces:
IssueLocation
- Direct Known Subclasses:
DefaultIssueLocation,TextFileIssueLocation,WorkbookIssueLocation
public abstract class AbstractIssueLocation extends Object implements IssueLocation
-
-
Field Summary
-
Fields inherited from interface cdc.issues.api.IssueLocation
UNDEFINED
-
-
Constructor Summary
Constructors Constructor Description AbstractIssueLocation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)inthashCode()StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface cdc.issues.api.IssueLocation
getPath, getTargetId, hasPath
-
-