org.vafer.jdeb.mapping
Class PrefixMapper
java.lang.Object
org.vafer.jdeb.mapping.PrefixMapper
- All Implemented Interfaces:
- Mapper
Deprecated. and replaced by PermPapper which does the same thing and more
public class PrefixMapper
- extends Object
- implements Mapper
Just adds a prefix to the entry coming in
- Author:
- Torsten Curdt
|
Method Summary |
org.apache.tools.tar.TarEntry |
map(org.apache.tools.tar.TarEntry pEntry)
Deprecated. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
strip
protected final int strip
- Deprecated.
prefix
protected final String prefix
- Deprecated.
PrefixMapper
public PrefixMapper(int pStrip,
String pPrefix)
- Deprecated.
map
public org.apache.tools.tar.TarEntry map(org.apache.tools.tar.TarEntry pEntry)
- Deprecated.
- Specified by:
map in interface Mapper
Copyright © 2012. All Rights Reserved.