Class PowerUpdateClient
- java.lang.Object
-
- com.zerog.ia.auto.project.ProjectObject
-
- com.zerog.ia.auto.project.InstallableObject
-
- com.zerog.ia.auto.project.actions.Action
-
- com.zerog.ia.auto.project.actions.PowerUpdateClient
-
- All Implemented Interfaces:
OSHostable
,Referenceable
public final class PowerUpdateClient extends Action implements OSHostable
Interfaces the PowerUpdate Client software.
-
-
Constructor Summary
Constructors Constructor Description PowerUpdateClient()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDestinationName()
The destination for the bundled file.java.lang.String
getMacOSXClientZIP()
The zip file for MacOSX that should be bundled.java.lang.String
getUnixClientZIP()
The zip file for UNIX that should be bundled.java.lang.String
getWindowsClientZIP()
The zip file for Windows that should be bundled.void
setDestinationName(java.lang.String DestinationName)
The destination for the bundled file.void
setMacOSXClientZIP(java.lang.String path)
The zip file for MacOSX that should be bundled.void
setUnixClientZIP(java.lang.String path)
The zip file for UNIX that should be bundled.void
setWindowsClientZIP(java.lang.String path)
The zip file for Windows that should be bundled.-
Methods inherited from class com.zerog.ia.auto.project.InstallableObject
getBelongsToUninstallPhase, getRollbackEnabledCancel, getRollbackEnabledError, getRuleExpression, getRules, getRulesLogicalOperation, getTagsInInstallPiece, setBelongsToUninstallPhase, setRollbackEnabledCancel, setRollbackEnabledError, setRuleExpression, setRulesLogicalOperation, setTagsInInstallPiece
-
Methods inherited from class com.zerog.ia.auto.project.ProjectObject
equals, getReferenceID, hashCode, setReferenceID
-
-
-
-
Method Detail
-
getDestinationName
public java.lang.String getDestinationName()
The destination for the bundled file.
-
setDestinationName
public void setDestinationName(java.lang.String DestinationName)
The destination for the bundled file.
-
setMacOSXClientZIP
public void setMacOSXClientZIP(java.lang.String path)
The zip file for MacOSX that should be bundled.
-
getMacOSXClientZIP
public java.lang.String getMacOSXClientZIP()
The zip file for MacOSX that should be bundled.
-
setUnixClientZIP
public void setUnixClientZIP(java.lang.String path)
The zip file for UNIX that should be bundled.
-
getUnixClientZIP
public java.lang.String getUnixClientZIP()
The zip file for UNIX that should be bundled.
-
setWindowsClientZIP
public void setWindowsClientZIP(java.lang.String path)
The zip file for Windows that should be bundled.
-
getWindowsClientZIP
public java.lang.String getWindowsClientZIP()
The zip file for Windows that should be bundled.
-
-