ServerPackFile

constructor(sourceFile: File, destinationFile: File)

Construct a new ServerPackFile from two File-objects, a source and a destination.

Author

Griefed

Parameters

sourceFile

The source file/directory. Usually a file/directory in a modpack.

destinationFile

The destination file/directory in the server pack.


constructor(sourcePath: Path, destinationPath: Path)

Construct a new ServerPackFile from two Path-objects, a source and a destination.

Author

Griefed

Parameters

sourcePath

The source file/directory. Usually a file/directory in a modpack.

destinationPath

The destination file/directory in the server pack.