|
Carbide.c++ | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISISBuilderInfo
ISISBuilderInfo represents one instance of configuration data for building SIS files.
ICarbideBuildConfiguration
Field Summary | |
---|---|
static int |
DONT_SIGN
|
static int |
KEY_CERT_SIGN
|
static int |
SELF_SIGN
|
Method Summary | |
---|---|
java.lang.String |
getAdditionalOptions()
Get the additional options string as it comes from the settings file |
java.lang.String |
getCertificate()
Get the cert string as it comes from the settings file |
IPath |
getCertificateFullPath()
Get the cert full path |
java.lang.String |
getContentSearchLocation()
Get the path to the content search location for makesis that is stored in the configuration settings |
IPath |
getFinalSISFullPath()
Get the final SIS file that created by the SIS builer. |
java.lang.String |
getKey()
Get the key string as it comes from the settings file |
IPath |
getKeyFullPath()
Get the key full path |
java.lang.String |
getPassword()
Get the password string as it comes from the settings file |
java.lang.String |
getPKGFileString()
Get the PKG file string as it comes from the settings file |
IPath |
getPKGFullPath()
Get the full path of the PKG file resolved from it's current project location |
IProject |
getProject()
Get the project this SIS builder info belongs to |
java.lang.String |
getSignedSISFileName()
Get the output SIGNED sis file name as it comes from the settings file |
IPath |
getSignedSISFullPath()
Get the full path of the SIGNED SIS file name from signedsis.exe. |
int |
getSigningType()
Get the signing method. |
java.lang.String |
getUnsignedSISFileName()
Get the output sis file name as it comes from the settings file |
IPath |
getUnsignedSISFullPath()
Get the full path of the UNSIGNED SIS file name (from makesis.exe) |
boolean |
isCreateStubFormat()
Get the flag if set to create a stub format file |
boolean |
isEnabled()
Get the enabled state |
void |
setAdditionalOptions(java.lang.String options)
Set the options string as it should be written to the settings file |
void |
setCertificate(java.lang.String certString)
Set the certificate file string as it should be written to the settings file |
void |
setContentSearchLocation(java.lang.String searchLocale)
Set the path to the content search location for makesis. |
void |
setCreateStubFormat(boolean flag)
Set the flag to create stub format |
void |
setEnabled(boolean enable)
Set the enabled state |
void |
setKey(java.lang.String keyString)
Get the key file string as it should be written to the settings file |
void |
setOutputSISFileName(java.lang.String outputFileName)
Set the outputFileName string as it should be written to the settings file |
void |
setPassword(java.lang.String password)
Set the password string as it should be written to the settings file |
void |
setPKGFile(java.lang.String pkgFile)
Set the PKG file string as it should be written to the settings file |
void |
setSignedSISFileName(java.lang.String signedFileName)
Set the signedFileName string as it should be written to the settings file |
void |
setSigningType(int type)
Set the signing method. |
Field Detail |
---|
static final int DONT_SIGN
static final int SELF_SIGN
static final int KEY_CERT_SIGN
Method Detail |
---|
IProject getProject()
IPath getFinalSISFullPath()
void setPKGFile(java.lang.String pkgFile)
pkgFile
- void setKey(java.lang.String keyString)
keyString
- void setCertificate(java.lang.String certString)
certString
- void setPassword(java.lang.String password)
password
- void setOutputSISFileName(java.lang.String outputFileName)
outputFileName
- void setSignedSISFileName(java.lang.String signedFileName)
signedFileName
- void setAdditionalOptions(java.lang.String options)
options
- void setCreateStubFormat(boolean flag)
flag
- java.lang.String getPKGFileString()
IPath getPKGFullPath()
java.lang.String getKey()
IPath getKeyFullPath()
java.lang.String getCertificate()
IPath getCertificateFullPath()
java.lang.String getPassword()
java.lang.String getUnsignedSISFileName()
IPath getUnsignedSISFullPath()
java.lang.String getSignedSISFileName()
IPath getSignedSISFullPath()
java.lang.String getAdditionalOptions()
boolean isCreateStubFormat()
void setContentSearchLocation(java.lang.String searchLocale)
searchLocale
- java.lang.String getContentSearchLocation()
searchLocale
- int getSigningType()
DONT_SIGN
, SELF_SIGN
, 2
DONT_SIGN
, SELF_SIGN
, 2void setSigningType(int type)
DONT_SIGN
, SELF_SIGN
, 2
type
- one of DONT_SIGN
, SELF_SIGN
, 2boolean isEnabled()
void setEnabled(boolean enable)
enable
- true if should be built, false otherwise
|
Carbide.c++ | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |