Interface PreZipExtension

  • All Implemented Interfaces:
    de.griefed.serverpackcreator.api.plugins.BaseInformation , de.griefed.serverpackcreator.api.plugins.ExtensionInformation , de.griefed.serverpackcreator.api.plugins.serverpackhandler.ServerPackHandlerBase , org.pf4j.ExtensionPoint

    
    public interface PreZipExtension
     implements ServerPackHandlerBase
                        

    Extension point for plugins which are to be executed after a server pack has been generated, but before the ZIP-archive is created.

    Author:

    Griefed

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract String getExtensionId()
      abstract String getName()
      abstract String getDescription()
      abstract String getAuthor()
      abstract String getVersion()
      • Methods inherited from class de.griefed.serverpackcreator.api.plugins.serverpackhandler.ServerPackHandlerBase

        run
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait