net.sf.jpkgmk.pkgmap
Class PkgMapEntryPipe

java.lang.Object
  extended by net.sf.jpkgmk.AbstractLineProvider
      extended by net.sf.jpkgmk.pkgmap.AbstractPkgMapEntry
          extended by net.sf.jpkgmk.pkgmap.PkgMapEntryPipe
All Implemented Interfaces:
java.lang.Comparable<AbstractPkgMapEntry>, LineProvider, PkgMapEntry

public class PkgMapEntryPipe
extends AbstractPkgMapEntry

Since:
1.0
Version:
$Revision: 2 $ $Date: 2008-08-20 21:14:19 +0200 (Mi, 20 Aug 2008) $
Author:
gommma (gommma AT users.sourceforge.net), Last changed by: $Author: gommma $

Constructor Summary
PkgMapEntryPipe(java.lang.Integer part, java.lang.String fileClass, java.lang.String path, java.lang.String mode, java.lang.String owner, java.lang.String group)
          Full constructor taking all arguments supported for this entry type
PkgMapEntryPipe(java.lang.String entryPath)
          Constructor taking the mandatory arguments to create a file entry
 
Method Summary
 
Methods inherited from class net.sf.jpkgmk.pkgmap.AbstractPkgMapEntry
compareTo, createLine, equals, equals, getChecksum, getEntryClass, getEntryPath, getEntryPathSource, getFilesize, getGroup, getLine, getMajor, getMinor, getMode, getModtime, getOwner, getPart, getType, hashCode, setChecksum, setFilesize, setModtime, toString
 
Methods inherited from class net.sf.jpkgmk.AbstractLineProvider
write
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface net.sf.jpkgmk.LineProvider
write
 

Constructor Detail

PkgMapEntryPipe

public PkgMapEntryPipe(java.lang.String entryPath)
Constructor taking the mandatory arguments to create a file entry

Parameters:
entryPath -

PkgMapEntryPipe

public PkgMapEntryPipe(java.lang.Integer part,
                       java.lang.String fileClass,
                       java.lang.String path,
                       java.lang.String mode,
                       java.lang.String owner,
                       java.lang.String group)
Full constructor taking all arguments supported for this entry type

Parameters:
part -
fileClass -
path - path to the file or directory
mode -
owner -
group -


Copyright © 2007-2008. All Rights Reserved.