Package | Description |
---|---|
net.sf.mmm.orient.sql | |
net.sf.mmm.search.engine.base.config |
Contains the base-implementation of configurations for the search-engine.
|
net.sf.mmm.search.indexer.api |
Provides the API of the Search-Indexer.
|
net.sf.mmm.search.indexer.base |
Contains the base-implementation of the
Search-Indexer API . |
net.sf.mmm.search.indexer.base.config |
Contains the base-implementation of the
Search-Indexer Configuration API . |
net.sf.mmm.search.indexer.base.state |
Contains the base-implementation of the
Search-Indexer State API . |
net.sf.mmm.util.nls.api |
Provides the API for the native language support (NLS).
|
net.sf.mmm.util.nls.base |
Contains the basis for implementations of the native language support (NLS) API.
|
net.sf.mmm.util.nls.impl |
Provides the GWT compatible implementations for this package.
|
net.sf.mmm.util.reflect.api |
Provides the API for utilities that help to deal with reflection.
|
net.sf.mmm.util.reflect.base |
Contains the base-implementations of the
Reflection-Util API . |
net.sf.mmm.util.resource.api |
Provides the API for utilities that help to load resources from arbitrary sources.
|
net.sf.mmm.util.resource.api.spi |
Provides the SPI (service-provider-interface) for
data-resources . |
net.sf.mmm.util.resource.base |
Contains the base implementation of the
resource-API . |
net.sf.mmm.util.resource.base.spi |
Contains the base-implementation of the SPI (service-provider-interface) for
data-resources . |
net.sf.mmm.util.resource.impl |
Contains the implementation of the
resource-API . |
net.sf.mmm.util.text.base |
Provides the base-implementation of text-util API.
|
net.sf.mmm.util.xml.api |
Provides the API of utilities that help to deal with XML.
|
net.sf.mmm.util.xml.base |
Contains the base-implementation of the
XML-Util API . |
net.sf.mmm.util.xml.base.jaxb |
Contains various
XmlAdapter for mapping of common data-types and
data-containers with JAXB. |
net.sf.mmm.util.xml.impl.stax |
Contains the implementation of the XML-Util API for StAX.
|
Modifier and Type | Field and Description |
---|---|
private DataResource |
SqlScript.resource |
Modifier and Type | Method and Description |
---|---|
static SqlScript |
SqlScript.create(DataResource resource) |
static SqlScript |
SqlScript.create(DataResource resource,
String algorithm) |
Constructor and Description |
---|
SqlScript(DataResource resource,
int version,
String algorithm)
The constructor.
|
Constructor and Description |
---|
SearchEngineConfigurationHolderImpl(SearchEngineConfigurationBean configuration,
DataResource resource,
SearchEngineConfigurationLoaderImpl loader)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
MutableSearchEntry |
ResourceSearchIndexer.createEntry(SearchIndexer indexer,
DataResource resource,
String resourceUri)
This method creates a
MutableSearchEntry for a single DataResource . |
void |
ResourceSearchIndexer.index(SearchIndexer indexer,
DataResource resource,
ChangeType changeType,
SearchIndexerDataLocation location)
This method indexes a single
DataResource . |
void |
ResourceSearchIndexer.index(SearchIndexer indexer,
DataResource resource,
ChangeType changeType,
SearchIndexerDataLocation location,
EntryUpdateVisitor uriVisitor)
This method indexes a single
DataResource . |
void |
ResourceSearchIndexer.index(SearchIndexer indexer,
DataResource resource,
ChangeType changeType,
SearchIndexerDataLocation location,
EntryUpdateVisitor uriVisitor,
DataResource locationFolder)
This method indexes a single
DataResource . |
void |
ResourceSearchIndexer.index(SearchIndexer indexer,
DataResource resource,
ChangeType changeType,
SearchIndexerDataLocation location,
EntryUpdateVisitor uriVisitor,
DataResource locationFolder,
String nonUtfEncoding)
This method indexes a single
DataResource . |
Modifier and Type | Method and Description |
---|---|
MutableSearchEntry |
ResourceSearchIndexerImpl.createEntry(SearchIndexer indexer,
DataResource resource,
String resourceUri)
This method creates a
MutableSearchEntry for a single DataResource . |
protected MutableSearchEntry |
ResourceSearchIndexerImpl.createEntry(SearchIndexer indexer,
DataResource resource,
String resourceUri,
ContentParserOptions options) |
protected String |
AbstractResourceSearchIndexer.getEntryUri(DataResource resource,
SearchIndexerDataLocation location,
DataResource locationResource)
This method determines the
entry URI for the given
resourceUri . |
void |
AbstractResourceSearchIndexer.index(SearchIndexer indexer,
DataResource resource,
ChangeType changeType,
SearchIndexerDataLocation location)
This method indexes a single
DataResource . |
void |
AbstractResourceSearchIndexer.index(SearchIndexer indexer,
DataResource resource,
ChangeType changeType,
SearchIndexerDataLocation location,
EntryUpdateVisitor uriVisitor)
This method indexes a single
DataResource . |
void |
AbstractResourceSearchIndexer.index(SearchIndexer indexer,
DataResource resource,
ChangeType changeType,
SearchIndexerDataLocation location,
EntryUpdateVisitor uriVisitor,
DataResource locationFolder)
This method indexes a single
DataResource . |
void |
ResourceSearchIndexerImpl.index(SearchIndexer indexer,
DataResource resource,
ChangeType changeType,
SearchIndexerDataLocation location,
EntryUpdateVisitor uriVisitor,
DataResource locationResource,
String nonUtfEncoding)
This method indexes a single
DataResource . |
Constructor and Description |
---|
SearchIndexerConfigurationHolderImpl(SearchIndexerConfigurationBean configuration,
DataResource resource,
SearchIndexerConfigurationLoaderImpl reader)
The constructor.
|
Constructor and Description |
---|
SearchIndexerStateHolderImpl(SearchIndexerStateBean state,
DataResource resource,
SearchIndexerStateLoaderImpl reader)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
DataResource |
NlsResourceLocator.findResource(Class<?> type,
String extension,
Locale locale)
|
DataResource |
NlsResourceLocator.findResource(String pathAndBasicName,
String extension,
Locale locale)
This method finds a localized
resource . |
Modifier and Type | Method and Description |
---|---|
DataResource |
DefaultNlsResourceLocator.findResource(Class<?> type,
String extension,
Locale locale) |
DataResource |
DefaultNlsResourceLocator.findResource(String pathAndBasicName,
String extension,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
private ResourceBundle |
NlsResourceBundleLocatorImpl.loadNlsBundle(org.slf4j.Logger logger,
DataResource dataResource,
String line) |
Modifier and Type | Method and Description |
---|---|
Set<DataResource> |
ReflectionUtil.findResources(String absoluteClasspath)
This method finds all resources that match to the given
absoluteClasspath . |
Set<DataResource> |
ReflectionUtil.findResources(String packageName,
boolean includeSubPackages,
Filter<? super String> filter)
This method finds all resources that are located in the package identified by the given
packageName . |
Set<DataResource> |
ReflectionUtil.findResources(String packageName,
boolean includeSubPackages,
Filter<? super String> filter,
ClassLoader classLoader)
This method finds all resources that are located in the package identified by the given
packageName . |
Modifier and Type | Field and Description |
---|---|
private Set<DataResource> |
ResourceCollector.resourceSet
Set to collect resource-names. |
Modifier and Type | Method and Description |
---|---|
Set<DataResource> |
ReflectionUtilImpl.findResources(String absoluteClasspath) |
Set<DataResource> |
ReflectionUtilImpl.findResources(String packageName,
boolean includeSubPackages,
Filter<? super String> filter) |
Set<DataResource> |
ReflectionUtilImpl.findResources(String packageName,
boolean includeSubPackages,
Filter<? super String> filter,
ClassLoader classLoader) |
Constructor and Description |
---|
ResourceCollector(Set<DataResource> resourceSet,
Filter<? super String> filter)
The constructor.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BrowsableResource
This is the interface for a
DataResource that has higher-level features and may contain other resources. |
Modifier and Type | Method and Description |
---|---|
DataResource |
DataResourceFactory.createDataResource(String resourceUri)
This method creates a new
DataResource from the given resourceUri . |
DataResource |
DataResource.navigate(String resourcePath)
This method retrieves a
DataResource pointing to the given resourcePath based on this resource.E.g. |
Modifier and Type | Method and Description |
---|---|
String |
ClasspathScanner.getQualifiedName(DataResource classResource) |
Modifier and Type | Interface and Description |
---|---|
interface |
DataResourceProvider<R extends DataResource>
This is the interface for a provider of
DataResource . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBrowsableResource
This is the abstract base-implementation of
BrowsableResource . |
protected class |
AbstractBrowsableResourceFactory.BrowsableResourceAdapter
This is an implementation of the
BrowsableResource interface, that adapts another
BrowsableResource and enhances the AbstractBrowsableResourceFactory.BrowsableResourceAdapter.navigate(String) -method to support switching schemes via the
BrowsableResourceFactory that created this BrowsableResource . |
class |
AbstractBrowsableResourceProxy
This is an abstract implementation of the
BrowsableResource interface that delegates to
another BrowsableResource . |
class |
AbstractDataResource
This is the abstract base implementation of the
DataResource interface. |
protected class |
AbstractDataResourceFactory.DataResourceAdapter
This is an implementation of the
DataResource interface, that adapts another
DataResource and enhances the AbstractDataResourceFactory.DataResourceAdapter.navigate(String) -method to support switching schemes via the
DataResourceFactory that created this DataResource . |
class |
AbstractDataResourceProxy
This is an abstract implementation of the
DataResource interface that delegates to
another DataResource . |
class |
ClasspathResource
This is the implementation of the
DataResource interface for a resource that comes from the
classpath . |
class |
FileResource
This is the implementation of the
BrowsableResource interface for a resource that is a regular File . |
class |
UrlResource
This is the implementation of the
DataResource interface for a resource that comes from an URL . |
Modifier and Type | Field and Description |
---|---|
private DataResource |
AbstractDataResourceFactory.DataResourceAdapter.delegate |
Modifier and Type | Field and Description |
---|---|
private Map<String,DataResourceProvider<? extends DataResource>> |
AbstractBrowsableResourceFactory.schema2providerMap |
Modifier and Type | Method and Description |
---|---|
protected abstract DataResource |
AbstractDataResourceFactory.createDataResource(ResourceUri resourceUri)
This method
creates the actual raw DataResource . |
protected DataResource |
AbstractBrowsableResourceFactory.createDataResource(ResourceUri resourceUri) |
DataResource |
AbstractDataResourceFactory.createDataResource(String resourceUri) |
protected abstract DataResource |
AbstractDataResourceProxy.getDelegate()
This method gets the
DataResource this proxy delegates to. |
protected DataResource |
AbstractDataResourceFactory.DataResourceAdapter.getDelegate() |
DataResource |
AbstractDataResourceProxy.navigate(String relativePath) |
DataResource |
AbstractDataResourceFactory.DataResourceAdapter.navigate(String relativePath) |
DataResource |
AbstractBrowsableResourceFactory.BrowsableResourceAdapter.navigate(String relativePath) |
DataResource |
UrlResource.navigate(String relativePath) |
DataResource |
ClasspathResource.navigate(String resourcePath) |
Modifier and Type | Method and Description |
---|---|
protected DataResourceProvider<? extends DataResource> |
AbstractBrowsableResourceFactory.getProvider(ResourceUri resourceUri)
This method gets the
provider for the given resourceUri . |
Modifier and Type | Method and Description |
---|---|
void |
AbstractBrowsableResourceFactory.registerProvider(DataResourceProvider<? extends DataResource> provider)
This method registers the given
provider . |
void |
AbstractBrowsableResourceFactory.registerProvider(DataResourceProvider<? extends DataResource> provider,
String schemaPrefix)
This method registers the given
provider for the given schemaPrefix . |
Constructor and Description |
---|
DataResourceAdapter(DataResource delegate)
The constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDataResourceProvider<R extends DataResource>
This is the abstract base-implementation of the
DataResourceProvider interface. |
Modifier and Type | Class and Description |
---|---|
(package private) class |
AbstractBrowsableClasspathResource
|
(package private) class |
ClasspathFile
A file on the classpath.
|
(package private) class |
ClasspathFolder
A folder (package) of the classpath.
|
Modifier and Type | Field and Description |
---|---|
private List<DataResourceProvider<? extends DataResource>> |
BrowsableResourceFactoryImpl.providers |
Modifier and Type | Method and Description |
---|---|
DataResource |
ClasspathFolder.navigate(String resourcePath) |
DataResource |
AbstractBrowsableClasspathResource.navigate(String resourcePath) |
(package private) DataResource |
ClasspathFolder.navigate(String resourcePath,
boolean returnNullIfNotExists) |
Modifier and Type | Method and Description |
---|---|
protected List<DataResourceProvider<? extends DataResource>> |
BrowsableResourceFactoryImpl.getProviders() |
Modifier and Type | Method and Description |
---|---|
String |
ClasspathScannerImpl.getQualifiedName(DataResource classResource) |
Modifier and Type | Method and Description |
---|---|
void |
BrowsableResourceFactoryImpl.setProviders(List<DataResourceProvider<? extends DataResource>> providers)
|
Modifier and Type | Method and Description |
---|---|
protected Hyphenator |
HyphenatorBuilderImpl.createHyphenator(Locale locale,
DataResource resource)
This method creates a new
Hyphenator instance from the XML-configuration identified by the given
DataResource . |
Modifier and Type | Method and Description |
---|---|
XMLStreamReader |
StaxUtil.createXmlStreamReader(DataResource resource,
boolean xIncludeAware)
This method creates an
XMLStreamReader . |
Modifier and Type | Method and Description |
---|---|
XMLStreamReader |
StaxUtilImpl.createXmlStreamReader(DataResource resource,
boolean xIncludeAware) |
Modifier and Type | Field and Description |
---|---|
private DataResource |
JaxbBeanHolderImpl.dataResource
The
DataResource where the bean was loaded from. |
Modifier and Type | Method and Description |
---|---|
protected DataResource |
JaxbBeanHolderImpl.getDataResource()
This method gets the
DataResource where the bean was loaded from. |
Modifier and Type | Method and Description |
---|---|
T |
XmlBeanMapper.loadXml(DataResource resource)
This method loads the JAXB-bean as XML from the given
resource . |
void |
XmlBeanMapper.saveXml(T jaxbBean,
DataResource resource)
This method saves the given
jaxbBean as XML to the given outputStream . |
Constructor and Description |
---|
JaxbBeanHolderImpl(BEAN bean,
DataResource resource,
XmlBeanMapper<BEAN> beanMapper)
The constructor.
|
JaxbBeanHolderImpl(BEAN bean,
DataResource resource,
XmlBeanMapper<BEAN> beanMapper,
boolean allowSave)
The constructor.
|
Modifier and Type | Field and Description |
---|---|
private DataResource |
XIncludeStreamReader.resource
The resource pointing to the main document.
|
Modifier and Type | Method and Description |
---|---|
protected void |
XIncludeStreamReader.detectRecursiveInclusion(DataResource dataResource)
This method detects if a recursive inclusion takes place.
|
Constructor and Description |
---|
XIncludeStreamReader(XMLInputFactory factory,
DataResource resource)
The constructor.
|
XIncludeStreamReader(XMLInputFactory factory,
DataResource resource,
XIncludeStreamReader parent)
The constructor.
|
Copyright © 2001–2016 mmm-Team. All rights reserved.