Class Jar.FilesetManifestConfig

java.lang.Object
org.apache.tools.ant.types.EnumeratedAttribute
org.apache.tools.ant.taskdefs.Jar.FilesetManifestConfig
Enclosing class:
Jar

public static class Jar.FilesetManifestConfig extends EnumeratedAttribute
The manifest config enumerated type.
  • Constructor Details

    • FilesetManifestConfig

      public FilesetManifestConfig()
  • Method Details

    • getValues

      public String[] getValues()
      Get the list of valid strings.
      Specified by:
      getValues in class EnumeratedAttribute
      Returns:
      the list of values - "skip", "merge" and "mergewithoutmain"