congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
ZipFileSet.isReference
Code IndexAdd Tabnine to your IDE (free)

How to use
isReference
method
in
org.apache.tools.ant.types.ZipFileSet

Best Java code snippets using org.apache.tools.ant.types.ZipFileSet.isReference (Showing top 1 results out of 315)

origin: org.apache.ant/ant

/**
 * Return a ZipFileSet that has the same properties
 * as this one.
 * @return the cloned zipFileSet
 */
@Override
public Object clone() {
  if (isReference()) {
    return getRef(getProject()).clone();
  }
  return super.clone();
}
org.apache.tools.ant.typesZipFileSetisReference

Popular methods of ZipFileSet

  • <init>
    Constructor using a zipfileset argument.
  • setSrc
  • setDir
  • setPrefix
  • setProject
  • setFile
  • setFullpath
  • setIncludes
  • createExclude
  • setDefaultexcludes
  • configureFileSet
  • dieOnCircularReference
  • configureFileSet,
  • dieOnCircularReference,
  • getDirectoryScanner,
  • getEncoding,
  • getFullpath,
  • getPrefix,
  • getProject,
  • getRef,
  • getRefid,
  • getSrc

Popular in Java

  • Creating JSON documents from java classes using gson
  • putExtra (Intent)
  • getExternalFilesDir (Context)
  • scheduleAtFixedRate (Timer)
  • ObjectMapper (com.fasterxml.jackson.databind)
    ObjectMapper provides functionality for reading and writing JSON, either to and from basic POJOs (Pl
  • SocketTimeoutException (java.net)
    This exception is thrown when a timeout expired on a socket read or accept operation.
  • Vector (java.util)
    Vector is an implementation of List, backed by an array and synchronized. All optional operations in
  • HttpServlet (javax.servlet.http)
    Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site. A sub
  • BasicDataSource (org.apache.commons.dbcp)
    Basic implementation of javax.sql.DataSource that is configured via JavaBeans properties. This is no
  • Option (scala)
  • Top Sublime Text plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now