public class Info
extends org.apache.tools.ant.types.DataType
<info vendor="Uncle Joe" description="Test program"> <splash href="customsplash.gif> </info>
Modifier and Type | Class and Description |
---|---|
class |
Info.Icon
Describes an icon that can be used to identify the application to the user.
|
class |
Info.Splash
Splash image to be shown on the application start.
|
Modifier and Type | Field and Description |
---|---|
(package private) java.lang.String |
appDescription |
(package private) java.lang.String |
category |
(package private) java.lang.String |
copyright |
(package private) java.lang.String |
email |
(package private) java.util.List<FileAssociation> |
fileAssociations |
(package private) java.util.List<Info.Icon> |
icons |
(package private) static java.util.Set<java.lang.String> |
iconTypes |
(package private) java.lang.String |
licenseType |
(package private) java.lang.String |
title |
(package private) java.lang.String |
vendor |
Constructor and Description |
---|
Info() |
Modifier and Type | Method and Description |
---|---|
FileAssociation |
createAssociation()
A hint to the packager that it wishes to be registered with the
operating system as the primary handler of certain extensions and
a certain mime-type.
|
Info.Icon |
createIcon() |
Info.Splash |
createSplash() |
void |
setCategory(java.lang.String v)
Application category.
|
void |
setCopyright(java.lang.String v)
Application copyright.
|
void |
setDescription(java.lang.String v)
A short statement describing the application.
|
void |
setEmail(java.lang.String v)
Email contact of vendor.
|
void |
setLicense(java.lang.String v)
Type of application license.
|
void |
setTitle(java.lang.String v)
Title of the application
|
void |
setVendor(java.lang.String v)
Provider of the application.
|
checkAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, setRefid, tooManyAttributes, toString
java.lang.String title
java.lang.String vendor
java.lang.String appDescription
java.lang.String category
java.lang.String licenseType
java.lang.String copyright
java.lang.String email
java.util.List<Info.Icon> icons
java.util.List<FileAssociation> fileAssociations
static final java.util.Set<java.lang.String> iconTypes
public void setCategory(java.lang.String v)
public void setLicense(java.lang.String v)
public void setCopyright(java.lang.String v)
public void setTitle(java.lang.String v)
public void setVendor(java.lang.String v)
public void setDescription(java.lang.String v)
setDescription
in class org.apache.tools.ant.ProjectComponent
public void setEmail(java.lang.String v)
v
- public Info.Icon createIcon()
public Info.Splash createSplash()
public FileAssociation createAssociation()