org.scijava.io
Class DefaultDataHandleService
java.lang.Object
org.scijava.AbstractContextual
org.scijava.plugin.AbstractRichPlugin
org.scijava.service.AbstractService
org.scijava.plugin.AbstractPTService<PT>
org.scijava.plugin.AbstractTypedService<DT,PT>
org.scijava.plugin.AbstractWrapperService<Location,DataHandle<Location>>
org.scijava.io.DefaultDataHandleService
- All Implemented Interfaces:
- Comparable<Prioritized>, Contextual, Disposable, DataHandleService, HasPluginInfo, PTService<DataHandle<Location>>, RichPlugin, SciJavaPlugin, TypedService<Location,DataHandle<Location>>, WrapperService<Location,DataHandle<Location>>, Prioritized, SciJavaService, Service, Typed<Location>
public class DefaultDataHandleService
- extends AbstractWrapperService<Location,DataHandle<Location>>
- implements DataHandleService
Default implementation of DataHandleService
.
- Author:
- Curtis Rueden
DefaultDataHandleService
public DefaultDataHandleService()
getPluginType
public Class<DataHandle<Location>> getPluginType()
- Description copied from interface:
PTService
- Gets the type of plugins managed by this service.
- Specified by:
getPluginType
in interface PTService<DataHandle<Location>>
getType
public Class<Location> getType()
- Description copied from interface:
Typed
- Gets the type associated with the object.
- Specified by:
getType
in interface Typed<Location>
Copyright © 2009–2015 SciJava. All rights reserved.