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.
|
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(String v)
Application category.
|
void |
setCopyright(String v)
Application copyright.
|
void |
setDescription(String v)
A short statement describing the application.
|
void |
setEmail(String v)
Email contact of vendor.
|
void |
setLicense(String v)
Type of application license.
|
void |
setTitle(String v)
Title of the application
|
void |
setVendor(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
public void setCategory(String v)
public void setLicense(String v)
public void setCopyright(String v)
public void setTitle(String v)
public void setVendor(String v)
public void setDescription(String v)
setDescription
in class org.apache.tools.ant.ProjectComponent
public void setEmail(String v)
v
- public Info.Icon createIcon()
public Info.Splash createSplash()
public FileAssociation createAssociation()
Copyright © 2020. All rights reserved.