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

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

Uses of LeadType in com.jguild.jrpm.io
 

Methods in com.jguild.jrpm.io that return LeadType
 LeadType RPMLead.getType()
          Get the type of a rpm file (binary or source)
 

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

Fields in com.jguild.jrpm.io.constant declared as LeadType
static LeadType LeadType.UNKNOWN
           
static LeadType LeadType.BINARY
           
static LeadType LeadType.SOURCE
           
 

Methods in com.jguild.jrpm.io.constant that return LeadType
static LeadType LeadType.getLeadType(int type)
          Get a enum of this class by id
 



Copyright © 2002-2005 Sourceforge. All Rights Reserved.