public class ResourceLinkRef extends Reference
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,
String factory,
String factoryLocation)
ResourceLink Reference.
|
Modifier and Type | Method and Description |
---|---|
String |
getFactoryClassName()
Retrieves the class name of the factory of the object to which this
reference refers.
|
public static final String DEFAULT_FACTORY
public static final String GLOBALNAME
public 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)public String getFactoryClassName()
getFactoryClassName
in class Reference
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.