|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |