Class BatchEnvironment.Path

All Implemented Interfaces:
Serializable, Cloneable, Iterable<String>, Collection<String>, Set<String>
Enclosing class:
BatchEnvironment

private static class BatchEnvironment.Path extends LinkedHashSet<String>
Utility for building paths of directories and JAR files. This class was copied from com.org.glassfish.rmic.tools.javac.util.Paths as part of the fix for 6473331, which adds support for Class-Path manifest entries in JAR files. Diagnostic code is simply commented out because rmic silently ignored these conditions historically.
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • warn

      private static final boolean warn
      See Also:
    • expandJarClassPaths

      private boolean expandJarClassPaths
    • emptyPathDefault

      private String emptyPathDefault
      What to use when path element is the empty string
  • Constructor Details

    • Path

      public Path()
  • Method Details