net.sf.jpkgmk.pkgmap
Class PkgMapEntryLink

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

public class PkgMapEntryLink
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 PkgMapEntryLink.PkgMapEntryLinkParser
           
 
Constructor Summary
PkgMapEntryLink(java.lang.Integer part, PkgMapEntryType type, java.lang.String entryClass, java.lang.String path, java.lang.String destinationPath)
           
 
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

PkgMapEntryLink

public PkgMapEntryLink(java.lang.Integer part,
                       PkgMapEntryType type,
                       java.lang.String entryClass,
                       java.lang.String path,
                       java.lang.String destinationPath)
Parameters:
part -
type -
entryClass - optional parameter. Can be null
path -
destinationPathyPathSource -
Method Detail

validate

public void validate()


Copyright © 2007-2008. All Rights Reserved.