net.sf.jpkgmk.pkgmap
Class PkgMapEntryInfo

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

public class PkgMapEntryInfo
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 $

Nested Class Summary
static class PkgMapEntryInfo.PkgMapEntryInfoParser
           
 
Constructor Summary
PkgMapEntryInfo(java.lang.Integer part, java.lang.String path)
          Full constructor taking all arguments supported for this entry type
PkgMapEntryInfo(java.lang.String path)
          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

PkgMapEntryInfo

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

Parameters:
path -

PkgMapEntryInfo

public PkgMapEntryInfo(java.lang.Integer part,
                       java.lang.String path)
Full constructor taking all arguments supported for this entry type

Parameters:
part -
path - path to the file or directory


Copyright © 2007-2008. All Rights Reserved.