public class ResourceLinkRef extends AbstractRef
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_FACTORY
Default factory for this reference.
|
static String |
GLOBALNAME
Description address type.
|
addrs, classFactory, classFactoryLocation, className
Constructor and Description |
---|
ResourceLinkRef(String resourceClass,
String globalName)
ResourceLink Reference.
|
ResourceLinkRef(String resourceClass,
String globalName,
String factory,
String factoryLocation)
ResourceLink Reference.
|
Modifier and Type | Method and Description |
---|---|
protected String |
getDefaultFactoryClassName() |
getFactoryClassName, toString
public static final String DEFAULT_FACTORY
public static final String GLOBALNAME
public ResourceLinkRef(String resourceClass, String globalName)
resourceClass
- Resource classglobalName
- Global namepublic ResourceLinkRef(String resourceClass, String globalName, String factory, String factoryLocation)
resourceClass
- Resource classglobalName
- Global namefactory
- The possibly null class name of the object's factory.factoryLocation
- The possibly null location from which to load the
factory (e.g. URL)protected String getDefaultFactoryClassName()
getDefaultFactoryClassName
in class AbstractRef
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.