Package org.scijava.io.location
Class AbstractLocation
- java.lang.Object
-
- org.scijava.io.location.AbstractLocation
-
- All Implemented Interfaces:
Location
- Direct Known Subclasses:
AbstractRemoteLocation,BytesLocation,DummyLocation,FileLocation,URILocation,URLLocation
public abstract class AbstractLocation extends Object implements Location
Abstract base class forLocationimplementations.- Author:
- Curtis Rueden
-
-
Constructor Summary
Constructors Constructor Description AbstractLocation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)inthashCode()StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.scijava.io.location.Location
defaultName, getName, getURI
-
-