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