Module org.xbib.rpm

Class Ghost

java.lang.Object
org.xbib.rpm.payload.Ghost

public class Ghost extends Object
Object describing a "ghost" file to be added to the rpm archive without the file needing to exist beforehand.
  • Constructor Details

    • Ghost

      public Ghost()
  • Method Details

    • getPath

      public String getPath()
    • setPath

      public void setPath(String path)
    • getUsername

      public String getUsername()
    • setUsername

      public void setUsername(String username)
    • getGroup

      public String getGroup()
    • setGroup

      public void setGroup(String group)
    • getFilemode

      public int getFilemode()
    • setFilemode

      public void setFilemode(String filemode)
    • getDirmode

      public int getDirmode()
    • setDirmode

      public void setDirmode(String dirmode)
    • getDirectives

      public EnumSet<Directive> getDirectives()
    • setConfig

      public void setConfig(boolean config)