Package cdc.issues.api.locations
Class AbstractLocation
- java.lang.Object
-
- cdc.issues.api.locations.AbstractLocation
-
- All Implemented Interfaces:
Location
- Direct Known Subclasses:
DefaultLocation,TextFileLocation,WorkbookLocation
public abstract class AbstractLocation extends Object implements Location
-
-
Constructor Summary
Constructors Constructor Description AbstractLocation()
-
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.locations.Location
getPath, getTargetId, hasPath
-
-