Class FileAssociation
- 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.FileAssociation
-
- All Implemented Interfaces:
DBHostable
,GeneralAction
,JEEHostable
,OSHostable
,Referenceable
public final class FileAssociation extends Action implements GeneralAction
FileAssociationAction class Associates extensions to Applications
-
-
Constructor Summary
Constructors Constructor Description FileAssociation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCreatedBy()
Getter for createdByjava.lang.String
getExistingFilePath()
Existing path to getjava.lang.String
getExtension()
Extension to getjava.lang.String
getFriendlyTypeName()
Getter for FriendlyTypeNamecom.zerog.ia.installer.FileAction
getIconTargetAction()
Getter for iconTargetActionjava.lang.String
getMimeType()
Mime type to getjava.lang.String
getPrefix()
Getter for prefixjava.lang.String
getProgID()
Getter for ProgIDcom.zerog.ia.installer.FileAction
getTargetAction()
Target action to getjava.lang.String
getTimeStamp()
Getter for Timestampboolean
getUseInstalledFile()
whether to use installed file getterjava.util.Vector
getVerbsV()
Verbs collection to getboolean
isUseSuffix()
Getter for useSuffixvoid
setCreatedBy(java.lang.String createdBy)
Setter for createdByvoid
setExistingFilePath(java.lang.String existingFilePath)
Existing path to setvoid
setExtension(java.lang.String extension)
Extension to setvoid
setFriendlyTypeName(java.lang.String friendlyTypeName)
Setter for FriendlyTypeNamevoid
setIconTargetAction(com.zerog.ia.installer.FileAction target)
Setter for iconTargetActionvoid
setMimeType(java.lang.String mimeType)
Mime type to setvoid
setPrefix(java.lang.String prefix)
Setter for prefixvoid
setProgID(java.lang.String progID)
Setter for ProgIDvoid
setTargetAction(com.zerog.ia.installer.FileAction target)
Target action to setvoid
setTimeStamp(java.lang.String timeStamp)
Setterr for Timestampvoid
setUseInstalledFile(boolean useInstalledFile)
Whether to use installed file settervoid
setUseSuffix(boolean useSuffix)
Setter for useSuffixvoid
setVerbsV(java.util.Vector verbsV)
Verbs collection to set-
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
-
getUseInstalledFile
public boolean getUseInstalledFile()
whether to use installed file getter
-
setUseInstalledFile
public void setUseInstalledFile(boolean useInstalledFile)
Whether to use installed file setter
-
getTargetAction
public com.zerog.ia.installer.FileAction getTargetAction()
Target action to get
-
setTargetAction
public void setTargetAction(com.zerog.ia.installer.FileAction target)
Target action to set
-
getExistingFilePath
public java.lang.String getExistingFilePath()
Existing path to get
-
setExistingFilePath
public void setExistingFilePath(java.lang.String existingFilePath)
Existing path to set
-
getExtension
public java.lang.String getExtension()
Extension to get
-
setExtension
public void setExtension(java.lang.String extension)
Extension to set
-
getIconTargetAction
public com.zerog.ia.installer.FileAction getIconTargetAction()
Getter for iconTargetAction
-
setIconTargetAction
public void setIconTargetAction(com.zerog.ia.installer.FileAction target)
Setter for iconTargetAction
-
getMimeType
public java.lang.String getMimeType()
Mime type to get
-
setMimeType
public void setMimeType(java.lang.String mimeType)
Mime type to set
-
getVerbsV
public java.util.Vector getVerbsV()
Verbs collection to get
-
setVerbsV
public void setVerbsV(java.util.Vector verbsV)
Verbs collection to set
-
getProgID
public java.lang.String getProgID()
Getter for ProgID
-
setProgID
public void setProgID(java.lang.String progID)
Setter for ProgID
-
getTimeStamp
public java.lang.String getTimeStamp()
Getter for Timestamp
-
setTimeStamp
public void setTimeStamp(java.lang.String timeStamp)
Setterr for Timestamp
-
getCreatedBy
public java.lang.String getCreatedBy()
Getter for createdBy
-
setCreatedBy
public void setCreatedBy(java.lang.String createdBy)
Setter for createdBy
-
getFriendlyTypeName
public java.lang.String getFriendlyTypeName()
Getter for FriendlyTypeName
-
setFriendlyTypeName
public void setFriendlyTypeName(java.lang.String friendlyTypeName)
Setter for FriendlyTypeName
-
isUseSuffix
public boolean isUseSuffix()
Getter for useSuffix
-
setUseSuffix
public void setUseSuffix(boolean useSuffix)
Setter for useSuffix
-
getPrefix
public java.lang.String getPrefix()
Getter for prefix
-
setPrefix
public void setPrefix(java.lang.String prefix)
Setter for prefix
-
-