org.freecompany.redline.ant
Class Ghost

java.lang.Object
  extended by org.freecompany.redline.ant.Ghost

public class Ghost
extends Object

Object describing a %ghost file to be added to the rpm without the file needing to exist beforehand.


Field Summary
protected  int dirmode
           
protected  int filemode
           
protected  String group
           
protected  String path
           
protected  String username
           
 
Constructor Summary
Ghost()
           
 
Method Summary
 int getDirmode()
           
 int getFilemode()
           
 String getGroup()
           
 String getPath()
           
 String getUsername()
           
 void setDirmode(int dirmode)
           
 void setFilemode(int filemode)
           
 void setGroup(String group)
           
 void setPath(String path)
           
 void setUsername(String username)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

path

protected String path

username

protected String username

group

protected String group

filemode

protected int filemode

dirmode

protected int dirmode
Constructor Detail

Ghost

public Ghost()
Method Detail

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(int filemode)

getDirmode

public int getDirmode()

setDirmode

public void setDirmode(int dirmode)


Copyright © 2012. All Rights Reserved.