public abstract class AbstractRef extends Reference
addrs, classFactory, classFactoryLocation, className
Constructor and Description |
---|
AbstractRef(String className) |
AbstractRef(String className,
String factory,
String factoryLocation) |
Modifier and Type | Method and Description |
---|---|
protected abstract String |
getDefaultFactoryClassName() |
String |
getFactoryClassName()
Retrieves the class name of the factory of the object to which this
reference refers.
|
String |
toString()
Return a String rendering of this object.
|
public AbstractRef(String className)
public final String getFactoryClassName()
getFactoryClassName
in class Reference
protected abstract String getDefaultFactoryClassName()
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.