All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.archive.resource.ResourceContainer Maven / Gradle / Ivy

There is a newer version: 1.1.9
Show newest version
package org.archive.resource;

/**
 * A container for one or more Resource objects. Primarily holds context for the
 * current record
 * 
 * @author Brad
 *
 */
public interface ResourceContainer {
	/**
	 * @return the name of this container. Could be a path, url, basename...
	 */
	public String getName();
	public boolean isCompressed();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy