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

org.codehaus.plexus.archiver.ArchivedFileSet Maven / Gradle / Ivy

package org.codehaus.plexus.archiver;

import java.io.File;
import javax.annotation.CheckForNull;

/**
 * A file set, which consists of the files and directories in
 * an archive.
 *
 * @since 1.0-alpha-9
 */
public interface ArchivedFileSet
    extends BaseFileSet
{

    /**
     * Returns the archive file.
     */
    @CheckForNull
    File getArchive();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy