sun.module.tools
Class Jam

java.lang.Object
  extended by sun.module.tools.Jam

public final class Jam
extends Object

Prototype of the Jam packaging tool. So far, the only feature of 'jam' not supported by the 'jar' tool is the copying of the compiled superpackage file to MODULE-INF/MODULE.METADATA. This will likely change in the full implementation. This prototype implementation consists of some command line parsing code (copied from jar), plus a bit of code to deal with the superpackage file and to call jar. This may have to be refactored.

Since:
1.7
Author:
Andreas Sterbenz

Constructor Summary
Jam(PrintStream out, PrintStream err, String program)
           
 
Method Summary
static void main(String[] args)
           
 boolean run(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Jam

public Jam(PrintStream out,
           PrintStream err,
           String program)
Method Detail

run

public boolean run(String[] args)

main

public static void main(String[] args)