Class Link.ReleaseInfo
java.lang.Object
org.apache.tools.ant.taskdefs.modules.Link.ReleaseInfo
- Enclosing class:
- Link
Child element describing changes to the default release properties
 of a linked image.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionCreates an uninitialized child element which can represent properties to add to the default release properties of a linked image.Creates an uninitialized child element which can represent a property key to delete from the release properties of a linked image.getFile()Attribute specifying Java properties file which will replace the default release info properties for the linked image.voidSets attribute which contains a comma-separated list of property keys to delete from the release properties of a linked image.voidSets attribute specifying Java properties file which will replace the default release info properties for the linked image.Converts all of this element's state to a series ofjlinkoptions.voidvalidate()Verifies the state of this element.
- 
Constructor Details- 
ReleaseInfopublic ReleaseInfo()
 
- 
- 
Method Details- 
getFileAttribute specifying Java properties file which will replace the default release info properties for the linked image.- Returns:
- release properties file
 
- 
setFileSets attribute specifying Java properties file which will replace the default release info properties for the linked image.- Parameters:
- file- replacement release properties file
 
- 
createAddCreates an uninitialized child element which can represent properties to add to the default release properties of a linked image.- Returns:
- new, unconfigured child element
 
- 
createDeleteCreates an uninitialized child element which can represent a property key to delete from the release properties of a linked image.- Returns:
- new, unconfigured child element
 
- 
setDeleteSets attribute which contains a comma-separated list of property keys to delete from the release properties of a linked image.- Parameters:
- keyList- comma-separated list of property keys
- See Also:
 
- 
validatepublic void validate()Verifies the state of this element.- Throws:
- BuildException- if any child element is invalid
- See Also:
 
- 
toCommandLineOptionsConverts all of this element's state to a series ofjlinkoptions.- Returns:
- new collection of jlink options based on this element's attributes and child elements
 
 
-