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

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

The newest version!
package org.codehaus.plexus.archiver;

import javax.annotation.CheckForNull;

import java.io.File;

/**
 * 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