|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.enough.polish.ant.info.InfoSetting
public class InfoSetting
Represents the info-section of a polish project.
Copyright Enough Software 2004 - 2011
history
23-Jan-2003 - rob creation
| Field Summary | |
|---|---|
static String |
CLDC1_0
|
static String |
CLDC1_1
|
static String |
MICRO_EDITION_CONFIGURATION
|
static String |
MICRO_EDITION_PROFILE
|
static String |
MIDLET_DATA_SIZE
|
static String |
MIDLET_DELETE_CONFIRM
|
static String |
MIDLET_DELETE_NOTIFY
|
static String |
MIDLET_DESCRIPTION
|
static String |
MIDLET_ICON
|
static String |
MIDLET_INFO_URL
|
static String |
MIDLET_INSTALL_NOTIFY
|
static String |
MIDLET_JAR_SIZE
|
static String |
MIDLET_JAR_URL
|
static String |
MIDLET_NAME
|
static String |
MIDLET_OPTIONAL_PERMISSIONS
|
static String |
MIDLET_PERMISSIONS
|
static String |
MIDLET_VENDOR
|
static String |
MIDLET_VERSION
|
static String |
MIDP1
|
static String |
MIDP2
|
static String |
NMIDLET
|
| Constructor Summary | |
|---|---|
InfoSetting()
Creates a new InfoSetting |
|
| Method Summary | |
|---|---|
void |
addConfiguredAuthors(Authors authorsList)
|
void |
addConfiguredVendorInfo(VendorInfo info)
|
Author[] |
getAuthors()
|
String |
getConfiguration()
|
String |
getCopyright()
|
String |
getDataSize()
|
String |
getDeleteConfirm()
|
String |
getDeleteNotify()
|
String |
getDescription()
|
String |
getIcon()
|
String |
getInfoUrl()
|
String |
getInstallNotify()
|
Attribute[] |
getJadAttributes(Environment env)
Retrieves all attributes for the JAD file. |
String |
getJarName()
Gets the name of the jar file. |
String |
getJarUrl()
Retrieves the URL of the Jar-File. |
Attribute[] |
getManifestAttributes(Environment env)
Retrieves all manifest attributes for the JAR file. |
String |
getName()
|
String |
getProfile()
|
VendorInfo |
getVendorInfo()
|
String |
getVendorName()
|
String |
getVersion()
|
void |
setConfiguration(String configuration)
|
void |
setCopyright(String copyright)
|
void |
setDataSize(String dataSize)
|
void |
setDefaultJarUrl()
Sets the jarName as the default jarUrl but only when no jarUrl has been specified. |
void |
setDeleteConfirm(String deleteConfirm)
|
void |
setDeleteNotify(String deleteNotify)
|
void |
setDescription(String description)
|
void |
setIcon(String icon)
|
void |
setInfoUrl(String infoUrl)
|
void |
setInstallNotify(String installNotify)
|
void |
setJarName(String jarName)
Sets the name of the jar file which will be created. |
void |
setJarUrl(String jarUrl)
Sets the URL of the Jar-File. |
void |
setLicense(String license)
Sets the license of the license key for this project. |
void |
setName(String name)
|
void |
setOptionalPermissions(String optionalPermissions)
Sets the optional permissions of this application. |
void |
setPermissions(String permissions)
Sets the permissions of this application. |
void |
setProfile(String profile)
|
void |
setVendorName(String vendorName)
|
void |
setVersion(String version)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String MIDLET_NAME
public static final String MIDLET_VERSION
public static final String MIDLET_VENDOR
public static final String MIDLET_JAR_URL
public static final String MIDLET_JAR_SIZE
public static final String MICRO_EDITION_PROFILE
public static final String MICRO_EDITION_CONFIGURATION
public static final String MIDLET_ICON
public static final String MIDLET_DESCRIPTION
public static final String MIDLET_INFO_URL
public static final String MIDLET_DATA_SIZE
public static final String MIDLET_DELETE_CONFIRM
public static final String MIDLET_DELETE_NOTIFY
public static final String MIDLET_INSTALL_NOTIFY
public static final String MIDLET_PERMISSIONS
public static final String MIDLET_OPTIONAL_PERMISSIONS
public static final String NMIDLET
public static final String CLDC1_0
public static final String CLDC1_1
public static final String MIDP1
public static final String MIDP2
| Constructor Detail |
|---|
public InfoSetting()
| Method Detail |
|---|
public String getCopyright()
public void setCopyright(String copyright)
copyright - The copyright to set.public String getDeleteConfirm()
public void setDeleteConfirm(String deleteConfirm)
deleteConfirm - The deleteConfirm to set.public String getDeleteNotify()
public void setDeleteNotify(String deleteNotify)
deleteNotify - The deleteNotify to set.public String getDescription()
public void setDescription(String description)
description - The description to set.public String getIcon()
public void setIcon(String icon)
icon - The icon to set.public String getInfoUrl()
public void setInfoUrl(String infoUrl)
infoUrl - The infoUrl to set.public String getInstallNotify()
public void setInstallNotify(String installNotify)
installNotify - The installNotify to set.public String getJarUrl()
public void setJarUrl(String jarUrl)
jarUrl - The jarUrl to set.public String getName()
public void setName(String name)
name - The name of this project.public void addConfiguredAuthors(Authors authorsList)
public Author[] getAuthors()
public void addConfiguredVendorInfo(VendorInfo info)
public VendorInfo getVendorInfo()
public void setVendorName(String vendorName)
public String getVendorName()
public String getDataSize()
public void setDataSize(String dataSize)
dataSize - the size which this midlet needs for the storage of datapublic Attribute[] getManifestAttributes(Environment env)
env - the environment
public Attribute[] getJadAttributes(Environment env)
env - the environment
public String getVersion()
public void setVersion(String version)
version - The version to set.public String getJarName()
public void setJarName(String jarName)
jarName - The name of the jar file.public void setOptionalPermissions(String optionalPermissions)
optionalPermissions - The permissions which are useful for this application to work,
e.g. "javax.microedition.io.Connector.http"public void setPermissions(String permissions)
permissions - The permissions which are needed for this application to work,
e.g. "javax.microedition.io.Connector.http"public void setLicense(String license)
license - The license of the created applications, either "GPL" or the license-key for commercial use.public void setDefaultJarUrl()
public String getConfiguration()
public void setConfiguration(String configuration)
public String getProfile()
public void setProfile(String profile)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||