com.izforge.izpack
Class XPackFile
java.lang.Object
com.izforge.izpack.PackFile
com.izforge.izpack.XPackFile
- All Implemented Interfaces:
- java.io.Serializable
public class XPackFile
- extends PackFile
Extends the packfile by the information at which file position an entry is stored
- Author:
- Dennis Reil,
- See Also:
- Serialized Form
Constructor Summary |
XPackFile(java.io.File baseDir,
java.io.File src,
java.lang.String target,
java.util.List<OsConstraint> osList,
int override)
|
XPackFile(java.io.File baseDir,
java.io.File src,
java.lang.String target,
java.util.List<OsConstraint> osList,
int override,
java.util.Map additionals)
|
XPackFile(PackFile packf)
|
Methods inherited from class com.izforge.izpack.PackFile |
computeRelativePathFrom, getAdditionals, getCondition, getRelativeSourcePath, getTargetPath, hasCondition, isBackReference, isDirectory, isPack200Jar, lastModified, length, osConstraints, override, setCondition, setPack200Jar, setPreviousPackFileRef |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
archivefileposition
protected long archivefileposition
XPackFile
public XPackFile(java.io.File baseDir,
java.io.File src,
java.lang.String target,
java.util.List<OsConstraint> osList,
int override)
throws java.io.FileNotFoundException
- Parameters:
src
- target
- osList
- override
-
- Throws:
java.io.FileNotFoundException
XPackFile
public XPackFile(java.io.File baseDir,
java.io.File src,
java.lang.String target,
java.util.List<OsConstraint> osList,
int override,
java.util.Map additionals)
throws java.io.FileNotFoundException
- Parameters:
src
- target
- osList
- override
- additionals
-
- Throws:
java.io.FileNotFoundException
XPackFile
public XPackFile(PackFile packf)
throws java.io.FileNotFoundException
- Throws:
java.io.FileNotFoundException
getArchivefileposition
public long getArchivefileposition()
setArchivefileposition
public void setArchivefileposition(long archivefileposition)
getPackfile
public PackFile getPackfile()