T
- type of target ExporterDescription
public abstract class BaseExporterRetriever<T extends ExporterDescription> extends Object implements ExporterRetriever<T>
ExporterRetriever
.Constructor and Description |
---|
BaseExporterRetriever() |
Modifier and Type | Method and Description |
---|---|
Class<T> |
getDescriptionClass()
Returns the target
ExporterDescription type from the class inheritance hierarchy. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createOutput, createSource, truncate
public Class<T> getDescriptionClass()
ExporterDescription
type from the class inheritance hierarchy.getDescriptionClass
in interface ExporterRetriever<T extends ExporterDescription>
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.