public class ResourceAccess
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) static ContentLoader |
contentLoader |
(package private) static ExternInstantiator |
externInstantiator |
(package private) static ResourceLoader |
resourceLoader |
Constructor and Description |
---|
ResourceAccess() |
Modifier and Type | Method and Description |
---|---|
static ContentLoader |
getContentLoader() |
static ExternInstantiator |
getExternInstantiator() |
static ResourceLoader |
getResourceLoader() |
static boolean |
hasContentLoader() |
static void |
setContentLoader(ContentLoader cl) |
static void |
setResourceLoader(ResourceLoader rl) |
static ResourceLoader resourceLoader
static ContentLoader contentLoader
static ExternInstantiator externInstantiator
public static void setResourceLoader(ResourceLoader rl)
public static ResourceLoader getResourceLoader()
public static void setContentLoader(ContentLoader cl)
public static ContentLoader getContentLoader()
public static boolean hasContentLoader()
public static ExternInstantiator getExternInstantiator()
Copyright © 2013. All Rights Reserved.