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.

Resource-Util 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.
Skip navigation links

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