Uses of Class
com.jguild.jrpm.io.constant.LeadArchitecture

Packages that use LeadArchitecture
com.jguild.jrpm.io Allows to read and write rpm package files. 
com.jguild.jrpm.io.constant Constants used by jRPM. 
 

Uses of LeadArchitecture in com.jguild.jrpm.io
 

Methods in com.jguild.jrpm.io that return LeadArchitecture
 LeadArchitecture RPMLead.getArchitecture()
          Get the architecture of a rpm
 

Uses of LeadArchitecture in com.jguild.jrpm.io.constant
 

Fields in com.jguild.jrpm.io.constant declared as LeadArchitecture
static LeadArchitecture LeadArchitecture.UNKNOWN
           
static LeadArchitecture LeadArchitecture.I386
           
static LeadArchitecture LeadArchitecture.ALPHA
           
static LeadArchitecture LeadArchitecture.SPARC
           
static LeadArchitecture LeadArchitecture.MIPS
           
static LeadArchitecture LeadArchitecture.POWERPC
           
static LeadArchitecture LeadArchitecture.A68000
           
static LeadArchitecture LeadArchitecture.SGI
           
static LeadArchitecture LeadArchitecture.RS6000
           
static LeadArchitecture LeadArchitecture.IA64
           
static LeadArchitecture LeadArchitecture.SPARC64
           
static LeadArchitecture LeadArchitecture.MIPSEL
           
static LeadArchitecture LeadArchitecture.ARM
           
static LeadArchitecture LeadArchitecture.M68KMINT
           
static LeadArchitecture LeadArchitecture.S390
           
static LeadArchitecture LeadArchitecture.S390X
           
 

Methods in com.jguild.jrpm.io.constant that return LeadArchitecture
static LeadArchitecture LeadArchitecture.getLeadArchitecture(int architecture)
          Get a enum of this class by id
 



Copyright © 2002-2005 Sourceforge. All Rights Reserved.