java.lang.Object
com.priint.pubserver.plugin.deployment.JarFile
All Implemented Interfaces:
Serializable

public class JarFile extends Object implements Serializable
For internal use only. Used by PubServerDeploymentManager to represent jar entries in deployment package setup file.
See Also:
  • Constructor Details

    • JarFile

      public JarFile()
  • Method Details

    • getJarType

      public String getJarType()
    • setJarType

      public void setJarType(String jarType)
    • getPath

      public String getPath()
    • setPath

      public void setPath(String path)
    • getBuildversion

      public String getBuildversion()
    • setBuildversion

      public void setBuildversion(String buildversion)