org.vafer.jdeb.mapping
Class PrefixMapper

java.lang.Object
  extended by 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

Field Summary
protected  String prefix
          Deprecated.  
protected  int strip
          Deprecated.  
 
Constructor Summary
PrefixMapper(int pStrip, String pPrefix)
          Deprecated.  
 
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
 

Field Detail

strip

protected final int strip
Deprecated. 

prefix

protected final String prefix
Deprecated. 
Constructor Detail

PrefixMapper

public PrefixMapper(int pStrip,
                    String pPrefix)
Deprecated. 
Method Detail

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.