|
|||||||||
| Home >> All >> com >> jguild >> jrpm >> io >> [ constant overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.jguild.jrpm.io.constant
Class RPMFileAttr

java.lang.Objectcom.jguild.jrpm.io.constant.RPMFileAttr
- All Implemented Interfaces:
- FlagIf
- public class RPMFileAttr
- extends java.lang.Object
- implements FlagIf
- extends java.lang.Object
File attributes. (e.g. RPMHeaderTag.FILEFLAGS)
| Field Summary | |
static int |
_ALL
|
static int |
_CONFIG
from %%config |
static int |
_DOC
from %%doc |
static int |
_EXCLUDE
from %%exclude |
static int |
_GHOST
from %%ghost |
static int |
_ICON
from %%donotuse. |
static int |
_LICENSE
from %%license |
static int |
_MISSINGOK
from %%config(missingok) |
static int |
_NONE
|
static int |
_NOREPLACE
from %%config(noreplace) |
static int |
_PUBKEY
from %%pubkey |
static int |
_README
from %%readme |
static int |
_SPECFILE
|
static int |
_UNPATCHED
placeholder (SuSE) |
static RPMFileAttr |
ALL
|
static RPMFileAttr |
CONFIG
|
static RPMFileAttr |
DOC
|
static RPMFileAttr |
EXCLUDE
|
private int |
flag
|
static RPMFileAttr |
GHOST
|
static RPMFileAttr |
ICON
|
static RPMFileAttr |
LICENSE
|
static RPMFileAttr |
MISSINGOK
|
static RPMFileAttr |
NONE
|
static RPMFileAttr |
NOREPLACE
|
static RPMFileAttr |
PUBKEY
|
static RPMFileAttr |
README
|
static RPMFileAttr |
SPECFILE
|
static RPMFileAttr |
UNPATCHED
|
| Constructor Summary | |
private |
RPMFileAttr(int flag)
|
| Method Summary | |
int |
value()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
_NONE
public static final int _NONE
- See Also:
- Constant Field Values
NONE
public static final RPMFileAttr NONE
_CONFIG
public static final int _CONFIG
- from %%config
- See Also:
- Constant Field Values
CONFIG
public static final RPMFileAttr CONFIG
_DOC
public static final int _DOC
- from %%doc
- See Also:
- Constant Field Values
DOC
public static final RPMFileAttr DOC
_ICON
public static final int _ICON
- from %%donotuse.
- See Also:
- Constant Field Values
ICON
public static final RPMFileAttr ICON
_MISSINGOK
public static final int _MISSINGOK
- from %%config(missingok)
- See Also:
- Constant Field Values
MISSINGOK
public static final RPMFileAttr MISSINGOK
_NOREPLACE
public static final int _NOREPLACE
- from %%config(noreplace)
- See Also:
- Constant Field Values
NOREPLACE
public static final RPMFileAttr NOREPLACE
_SPECFILE
public static final int _SPECFILE
- See Also:
- Constant Field Values
SPECFILE
public static final RPMFileAttr SPECFILE
_GHOST
public static final int _GHOST
- from %%ghost
- See Also:
- Constant Field Values
GHOST
public static final RPMFileAttr GHOST
_LICENSE
public static final int _LICENSE
- from %%license
- See Also:
- Constant Field Values
LICENSE
public static final RPMFileAttr LICENSE
_README
public static final int _README
- from %%readme
- See Also:
- Constant Field Values
README
public static final RPMFileAttr README
_EXCLUDE
public static final int _EXCLUDE
- from %%exclude
- See Also:
- Constant Field Values
EXCLUDE
public static final RPMFileAttr EXCLUDE
_UNPATCHED
public static final int _UNPATCHED
- placeholder (SuSE)
- See Also:
- Constant Field Values
UNPATCHED
public static final RPMFileAttr UNPATCHED
_PUBKEY
public static final int _PUBKEY
- from %%pubkey
- See Also:
- Constant Field Values
PUBKEY
public static final RPMFileAttr PUBKEY
_ALL
public static final int _ALL
- See Also:
- Constant Field Values
ALL
public static final RPMFileAttr ALL
flag
private final int flag
| Constructor Detail |
RPMFileAttr
private RPMFileAttr(int flag)
| Method Detail |
value
public int value()
|
|||||||||
| Home >> All >> com >> jguild >> jrpm >> io >> [ constant overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.jguild.jrpm.io.constant.RPMFileAttr