|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClassLoaderFactory | |
|---|---|
| org.jboss.dna.common.component | A simple framework for loading and managing Component objects that may be configured and used reflectively. |
| org.jboss.dna.graph | The JBoss DNA Graph API defines the types that allow you to work with content organized as a graph. |
| org.jboss.dna.graph.mimetype | This package defines an interface for the MIME type detector, which represents a component
that is able to determine the MIME type for a stream of data and/or the name of the file containing the data. |
| org.jboss.dna.graph.sequencer | A sequencer in JBoss DNA is a component that is able to process information (usually the content of a file, or a property value on a node) and recreate that information as a graph of structured content. |
| org.jboss.dna.jcr | The DNA implementation of the JCR API. |
| org.jboss.dna.maven | The classes that make up the Maven classloader system. |
| org.jboss.dna.repository | The components and services that make up the JBoss DNA repository engine. |
| Uses of ClassLoaderFactory in org.jboss.dna.common.component |
|---|
| Classes in org.jboss.dna.common.component that implement ClassLoaderFactory | |
|---|---|
class |
StandardClassLoaderFactory
A ClassLoaderFactory implementation that loads classes using the thread's context
class loader or (optionally) a supplied class loader. |
| Fields in org.jboss.dna.common.component declared as ClassLoaderFactory | |
|---|---|
static ClassLoaderFactory |
ComponentLibrary.DEFAULT
Class loader factory instance that always returns the current thread's context class
loader (if not null) or component library's class loader. |
| Methods in org.jboss.dna.common.component that return ClassLoaderFactory | |
|---|---|
ClassLoaderFactory |
ComponentLibrary.getClassLoaderFactory()
Get the class loader factory that should be used to load the component classes. |
| Methods in org.jboss.dna.common.component with parameters of type ClassLoaderFactory | |
|---|---|
void |
ComponentLibrary.setClassLoaderFactory(ClassLoaderFactory classLoaderFactory)
Set the Maven Repository that should be used to load the component classes. |
| Uses of ClassLoaderFactory in org.jboss.dna.graph |
|---|
| Classes in org.jboss.dna.graph that implement ClassLoaderFactory | |
|---|---|
class |
ExecutionContext
An ExecutionContext is a representation of the environment or context in which a component or operation is operating. |
| Methods in org.jboss.dna.graph with parameters of type ClassLoaderFactory | |
|---|---|
ExecutionContext |
ExecutionContext.with(ClassLoaderFactory classLoaderFactory)
Create a new execution context that mirrors this context but that uses the supplied class loader
factory. |
| Uses of ClassLoaderFactory in org.jboss.dna.graph.mimetype |
|---|
| Methods in org.jboss.dna.graph.mimetype that return ClassLoaderFactory | |
|---|---|
ClassLoaderFactory |
MimeTypeDetectors.getClassLoaderFactory()
Gets the class loader factory that should be used to load MIME-type detectors. |
| Methods in org.jboss.dna.graph.mimetype with parameters of type ClassLoaderFactory | |
|---|---|
void |
MimeTypeDetectors.setClassLoaderFactory(ClassLoaderFactory classLoaderFactory)
Sets the Maven Repository that should be used to load the MIME-type detectors. |
| Uses of ClassLoaderFactory in org.jboss.dna.graph.sequencer |
|---|
| Classes in org.jboss.dna.graph.sequencer that implement ClassLoaderFactory | |
|---|---|
class |
StreamSequencerContext
A special ExecutionContext that is used for sequencing streams. |
| Uses of ClassLoaderFactory in org.jboss.dna.jcr |
|---|
| Methods in org.jboss.dna.jcr with parameters of type ClassLoaderFactory | |
|---|---|
JcrConfiguration |
JcrConfiguration.withClassLoaderFactory(ClassLoaderFactory classLoaderFactory)
Specify the ClassLoaderFactory that should be used to load the classes for the various components. |
| Uses of ClassLoaderFactory in org.jboss.dna.maven |
|---|
| Classes in org.jboss.dna.maven that implement ClassLoaderFactory | |
|---|---|
class |
MavenRepository
A Maven 2 repository that can be used to store and access artifacts like JARs and source archives within a running application. |
| Uses of ClassLoaderFactory in org.jboss.dna.repository |
|---|
| Methods in org.jboss.dna.repository that return ClassLoaderFactory | |
|---|---|
ClassLoaderFactory |
DnaConfiguration.ConfigurationDefinition.getClassLoaderFactory()
|
| Methods in org.jboss.dna.repository with parameters of type ClassLoaderFactory | |
|---|---|
DnaConfiguration.ConfigurationDefinition |
DnaConfiguration.ConfigurationDefinition.with(ClassLoaderFactory classLoaderFactory)
Return a copy of this configuration that uses the supplied class loader factory instead of this object's class loader factory. |
DnaConfiguration |
DnaConfiguration.withClassLoaderFactory(ClassLoaderFactory classLoaderFactory)
Specify the ClassLoaderFactory that should be used to load the classes for the various components. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||