org.freecompany.redline.ant
Class Ghost
java.lang.Object
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.
|
Constructor Summary |
Ghost()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
path
protected String path
username
protected String username
group
protected String group
filemode
protected int filemode
dirmode
protected int dirmode
Ghost
public Ghost()
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 © 2014. All Rights Reserved.