org.eclipse.mtj.api.extension
Interface BuildExtension

All Superinterfaces:
org.eclipse.emf.ecore.EObject, MtjExtension, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
DrmEncodingProvider, ObfuscationProvider, PackagingProvider, ProprocessingProvider, SigningProvider
All Known Implementing Classes:
BuildExtensionImpl

public interface BuildExtension
extends MtjExtension

A representation of the model object 'Build Extension'.

The following features are supported:

See Also:
ExtensionPackage.getBuildExtension()

Method Summary
 java.lang.String getExtJar()
          Returns the value of the 'Ext Jar' attribute.
 void setExtJar(java.lang.String value)
          Sets the value of the 'Ext Jar' attribute.
 
Methods inherited from interface org.eclipse.mtj.api.extension.MtjExtension
getDescription, getId, getType, getVendor, getVersion, isActive, setActive, setDescription, setId, setType, setVendor, setVersion
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getExtJar

java.lang.String getExtJar()
Returns the value of the 'Ext Jar' attribute.

If the meaning of the 'Ext Jar' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Ext Jar' attribute.
See Also:
setExtJar(String), ExtensionPackage.getBuildExtension_ExtJar()

setExtJar

void setExtJar(java.lang.String value)
Sets the value of the 'Ext Jar' attribute.

Parameters:
value - the new value of the 'Ext Jar' attribute.
See Also:
getExtJar()