Package org.codehaus.plexus.components.io.resources


package org.codehaus.plexus.components.io.resources

Resources and Resource Collections

This package implements ideas, which have been shamelessly copied from Ants resource collection framework. Basically, a resource is an abstraction of file-like entities: An actual file, an URL, a zip entry, and so on. On the other hand, a resource collections is a collection of resources.

Resource collections can be copied, moved, archived, unarchived, and so on.