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