net.sf.jpkgmk.pkgmap
Class PkgMapEntryFile

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

public class PkgMapEntryFile
extends AbstractPkgMapEntry
implements PkgMapEntry

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 PkgMapEntryFile.PkgMapEntryDirectoryParser
           
static class PkgMapEntryFile.PkgMapEntryFileParser
           
 
Constructor Summary
PkgMapEntryFile(java.lang.Integer part, PkgMapEntryType type, java.lang.String entryClass, java.lang.String entryPath, java.lang.String mode, java.lang.String owner, java.lang.String group)
           
 
Method Summary
 void validate()
           
 
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.pkgmap.PkgMapEntry
equals, getType
 
Methods inherited from interface net.sf.jpkgmk.LineProvider
getLine, write
 

Constructor Detail

PkgMapEntryFile

public PkgMapEntryFile(java.lang.Integer part,
                       PkgMapEntryType type,
                       java.lang.String entryClass,
                       java.lang.String entryPath,
                       java.lang.String mode,
                       java.lang.String owner,
                       java.lang.String group)
Parameters:
part -
type -
entryClass - optional parameter. Can be null
path -
mode -
owner -
group -
Method Detail

validate

public void validate()


Copyright © 2007-2008. All Rights Reserved.