Skip navigation links

Package net.sf.mmm.util.resource.api

Provides the API for utilities that help to load resources from arbitrary sources.

See: Description

Package net.sf.mmm.util.resource.api Description

Provides the API for utilities that help to load resources from arbitrary sources.

Util Resource API

A DataResource represents a source of data. Unlike a File it abstracts from the underlying source that can be the regular filesystem (see FileResource), as well as the classpath (see ClasspathResource) the network (see UrlResource), etc.
The DataResourceFactory allows to create DataResources from any URI given as string (e.g. configured by the end-user).
Skip navigation links

Copyright © 2001–2016 mmm-Team. All rights reserved.