Class ServerPackGeneration
-
- All Implemented Interfaces:
public final class ServerPackGenerationReturned by de.griefed.serverpackcreator.api.serverpack.ServerPackHandler.run. Contains information about the generated server pack, or the server pack which was attempted to be generated.
Griefed
-
-
Field Summary
Fields Modifier and Type Field Description private final FileserverPackprivate final List<String>errorsprivate final Optional<File>serverPackZipprivate final PackConfigpackConfigprivate final List<File>filesprivate final Booleansuccess
-
Constructor Summary
Constructors Constructor Description ServerPackGeneration(File serverPack, List<String> errors, Optional<File> serverPackZip, PackConfig packConfig, List<File> files)
-
Method Summary
Modifier and Type Method Description final FilegetServerPack()final List<String>getErrors()final Optional<File>getServerPackZip()final PackConfiggetPackConfig()final List<File>getFiles()final BooleangetSuccess()-
-
Method Detail
-
getServerPack
final File getServerPack()
-
getServerPackZip
final Optional<File> getServerPackZip()
-
getPackConfig
final PackConfig getPackConfig()
-
getSuccess
final Boolean getSuccess()
-
-
-
-