com.izforge.izpack.compiler
Class CompilerConfig.Edge

java.lang.Object
  extended by com.izforge.izpack.compiler.CompilerConfig.Edge
Enclosing class:
CompilerConfig

private class CompilerConfig.Edge
extends java.lang.Object

This class is used for the classification of the edges


Field Summary
(package private)  PackInfo u
           
(package private)  PackInfo v
           
 
Constructor Summary
CompilerConfig.Edge(PackInfo u, PackInfo v)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

u

PackInfo u

v

PackInfo v
Constructor Detail

CompilerConfig.Edge

CompilerConfig.Edge(PackInfo u,
                    PackInfo v)