Class JarFile
- java.lang.Object
-
- com.priint.pubserver.plugin.deployment.JarFile
-
- All Implemented Interfaces:
java.io.Serializable
public class JarFile extends java.lang.Object implements java.io.SerializableFor internal use only. Used by PubServerDeploymentManager to represent jar entries in deployment package setup file.- See Also:
DeploymentPackage, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JarFile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetBuildversion()java.lang.StringgetJarType()java.lang.StringgetPath()voidsetBuildversion(java.lang.String buildversion)voidsetJarType(java.lang.String jarType)voidsetPath(java.lang.String path)
-
-
-
Method Detail
-
getJarType
public java.lang.String getJarType()
-
setJarType
public void setJarType(java.lang.String jarType)
-
getPath
public java.lang.String getPath()
-
setPath
public void setPath(java.lang.String path)
-
getBuildversion
public java.lang.String getBuildversion()
-
setBuildversion
public void setBuildversion(java.lang.String buildversion)
-
-