java.lang.Object
org.xbib.rpm.payload.Ghost
Object describing a "ghost" file to be added to the rpm archive without the file needing to exist beforehand.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintgetGroup()getPath()voidsetConfig(boolean config) voidsetDirmode(String dirmode) voidsetFilemode(String filemode) voidvoidvoidsetUsername(String username)
-
Constructor Details
-
Ghost
public Ghost()
-
-
Method Details
-
getPath
-
setPath
-
getUsername
-
setUsername
-
getGroup
-
setGroup
-
getFilemode
public int getFilemode() -
setFilemode
-
getDirmode
public int getDirmode() -
setDirmode
-
getDirectives
-
setConfig
public void setConfig(boolean config)
-