paludis
Class PackageID.CanonicalForm

java.lang.Object
  extended by paludis.PackageID.CanonicalForm
Enclosing class:
PackageID

public static class PackageID.CanonicalForm
extends Object

Different canonical forms


Field Summary
static int Full
          Everything.
static int Max
          First not-allowed member
static int NoVersion
          No version.
static int Version
          Version, and affix as appropriate.
 
Constructor Summary
PackageID.CanonicalForm()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Full

public static final int Full
Everything.

See Also:
Constant Field Values

Version

public static final int Version
Version, and affix as appropriate.

See Also:
Constant Field Values

NoVersion

public static final int NoVersion
No version.

See Also:
Constant Field Values

Max

public static final int Max
First not-allowed member

See Also:
Constant Field Values
Constructor Detail

PackageID.CanonicalForm

public PackageID.CanonicalForm()