org.apache.tools.ant.taskdefs.optional.extension

Class JarLibDisplayTask

  • All Implemented Interfaces:
    java.lang.Cloneable


    public class JarLibDisplayTask
    extends Task
    Displays the "Optional Package" and "Package Specification" information contained within the specified JARs.

    Prior to JDK1.3, an "Optional Package" was known as an Extension. The specification for this mechanism is available in the JDK1.3 documentation in the directory $JDK_HOME/docs/guide/extensions/versioning.html. Alternatively it is available online at http://java.sun.com/j2se/1.3/docs/guide/extensions/versioning.html.

    • Constructor Detail

      • JarLibDisplayTask

        public JarLibDisplayTask()
    • Method Detail

      • setFile

        public void setFile(java.io.File file)
        The JAR library to display information for.
        Parameters:
        file - The jar library to display information for.
      • addFileset

        public void addFileset(FileSet fileSet)
        Adds a set of files about which library data will be displayed.
        Parameters:
        fileSet - a set of files about which library data will be displayed.