![JAR search and dependency download from the Maven repository](/logo.png)
org.codehaus.mojo.truezip.util.TrueZipFileSet Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of truezip-maven-plugin Show documentation
Show all versions of truezip-maven-plugin Show documentation
Use this plugin create new or manipulate existing archives
package org.codehaus.mojo.truezip.util;
import org.apache.maven.shared.model.fileset.FileSet;
public class TrueZipFileSet
extends FileSet
{
public static final long serialVersionUID = -1;
private boolean followArchive = false;
public boolean isFollowArchive()
{
return followArchive;
}
public void setFollowArchive( boolean followArchive )
{
this.followArchive = followArchive;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy