org.vafer.jdeb.ant
Class Mapper
java.lang.Object
org.vafer.jdeb.ant.Mapper
public final class Mapper
- extends Object
Ant "mapper" element acting as factory for the entry mapper.
Supported types: ls, prefix, perm
- Author:
- Torsten Curdt
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Mapper
public Mapper()
setType
public void setType(String pType)
setSrc
public void setSrc(File pSrc)
setPrefix
public void setPrefix(String pPrefix)
setStrip
public void setStrip(int pStrip)
setUid
public void setUid(int pUid)
setGid
public void setGid(int pGid)
setUser
public void setUser(String pUser)
setGroup
public void setGroup(String pGroup)
setFileMode
public void setFileMode(int pFileMode)
setDirMode
public void setDirMode(int pDirMode)
createMapper
public Mapper createMapper()
throws IOException
- Throws:
IOException
Copyright © 2012. All Rights Reserved.