public abstract class AbstractFactory extends Object implements Factory
Defined in the sis-utility
module
Modifier | Constructor and Description |
---|---|
protected |
AbstractFactory()
Creates a new factory.
|
Modifier and Type | Method and Description |
---|---|
Citation |
getVendor()
Returns the implementor of this factory, or
null if unknown. |
public Citation getVendor()
null
if unknown.
The default implementation tries to fetch this information from the
manifest associated to the package of this.getClass()
.getVendor
in interface Factory
null
if unknown.Package.getImplementationVendor()
Copyright © 2010–2015 The Apache Software Foundation. All rights reserved.