|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DnaConfiguration | |
|---|---|
| org.jboss.dna.jcr | The DNA implementation of the JCR API. |
| org.jboss.dna.repository | The components and services that make up the JBoss DNA repository engine. |
| Uses of DnaConfiguration in org.jboss.dna.jcr |
|---|
| Subclasses of DnaConfiguration in org.jboss.dna.jcr | |
|---|---|
class |
JcrConfiguration
A configuration builder for a JcrEngine. |
| Uses of DnaConfiguration in org.jboss.dna.repository |
|---|
| Methods in org.jboss.dna.repository that return DnaConfiguration | |
|---|---|
DnaConfiguration |
DnaConfiguration.and()
Convenience method to make the code that sets up this configuration easier to read. |
DnaConfiguration |
DnaConfiguration.loadFrom(File configurationFile)
Load the configuration from a file. |
DnaConfiguration |
DnaConfiguration.loadFrom(File configurationFile,
String path)
Load the configuration from a file. |
DnaConfiguration |
DnaConfiguration.loadFrom(InputStream configurationFileInputStream)
Load the configuration from a file at the supplied URL. |
DnaConfiguration |
DnaConfiguration.loadFrom(InputStream configurationFileInputStream,
String path)
Load the configuration from a file at the supplied URL. |
DnaConfiguration |
DnaConfiguration.loadFrom(RepositorySource source)
Load the configuration from the repository content using the supplied repository source. |
DnaConfiguration |
DnaConfiguration.loadFrom(RepositorySource source,
String workspaceName)
Load the configuration from the repository content using the workspace in the supplied repository source. |
DnaConfiguration |
DnaConfiguration.loadFrom(RepositorySource source,
String workspaceName,
String pathInWorkspace)
Load the configuration from the repository content at the supplied path in the workspace in the supplied repository source. |
DnaConfiguration |
DnaConfiguration.loadFrom(String pathToConfigurationFile)
Load the configuration from a file at the given path. |
DnaConfiguration |
DnaConfiguration.loadFrom(String pathToConfigurationFile,
String path)
Load the configuration from a file at the given path. |
DnaConfiguration |
DnaConfiguration.loadFrom(URL urlToConfigurationFile)
Load the configuration from a file at the supplied URL. |
DnaConfiguration |
DnaConfiguration.loadFrom(URL urlToConfigurationFile,
String path)
Load the configuration from a file at the supplied URL. |
DnaConfiguration |
DnaConfiguration.save()
Persist any unsaved changes that have been made to this configuration. |
DnaConfiguration |
DnaConfiguration.withClassLoaderFactory(ClassLoaderFactory classLoaderFactory)
Specify the ClassLoaderFactory that should be used to load the classes for the various components. |
| Methods in org.jboss.dna.repository that return types with arguments of type DnaConfiguration | |
|---|---|
DnaConfiguration.MimeTypeDetectorDefinition<? extends DnaConfiguration> |
DnaConfiguration.mimeTypeDetector(String name)
Obtain or create a definition for the MIME type detector with the supplied name or identifier. |
Set<DnaConfiguration.MimeTypeDetectorDefinition<? extends DnaConfiguration>> |
DnaConfiguration.mimeTypeDetectors()
Get the list of MIME type detector definitions. |
DnaConfiguration.RepositorySourceDefinition<? extends DnaConfiguration> |
DnaConfiguration.repositorySource(String name)
Obtain or create a definition for the RepositorySource with the supplied name or identifier. |
Set<DnaConfiguration.RepositorySourceDefinition<? extends DnaConfiguration>> |
DnaConfiguration.repositorySources()
Get the list of repository source definitions. |
DnaConfiguration.SequencerDefinition<? extends DnaConfiguration> |
DnaConfiguration.sequencer(String name)
Obtain or create a definition for the sequencer with the supplied name or identifier. |
Set<DnaConfiguration.SequencerDefinition<? extends DnaConfiguration>> |
DnaConfiguration.sequencers()
Get the list of sequencer definitions. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||