public class BuildImpl extends BuildBaseImpl implements Build
The following features are implemented:
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<Extension> |
extensions
The cached value of the '
Extensions ' containment reference list. |
protected static String |
OUTPUT_DIRECTORY_EDEFAULT
The default value of the '
Output Directory ' attribute. |
protected String |
outputDirectory
The cached value of the '
Output Directory ' attribute. |
protected static String |
SCRIPT_SOURCE_DIRECTORY_EDEFAULT
The default value of the '
Script Source Directory ' attribute. |
protected String |
scriptSourceDirectory
The cached value of the '
Script Source Directory ' attribute. |
protected static String |
SOURCE_DIRECTORY_EDEFAULT
The default value of the '
Source Directory ' attribute. |
protected String |
sourceDirectory
The cached value of the '
Source Directory ' attribute. |
protected static String |
TEST_OUTPUT_DIRECTORY_EDEFAULT
The default value of the '
Test Output Directory ' attribute. |
protected static String |
TEST_SOURCE_DIRECTORY_EDEFAULT
The default value of the '
Test Source Directory ' attribute. |
protected String |
testOutputDirectory
The cached value of the '
Test Output Directory ' attribute. |
protected String |
testSourceDirectory
The cached value of the '
Test Source Directory ' attribute. |
DEFAULT_GOAL_EDEFAULT, defaultGoal, directory, DIRECTORY_EDEFAULT, filters, FINAL_NAME_EDEFAULT, finalName, pluginManagement, pluginManagementESet, plugins, resources, testResources
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
Modifier | Constructor and Description |
---|---|
protected |
BuildImpl() |
Modifier and Type | Method and Description |
---|---|
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
org.eclipse.emf.common.notify.NotificationChain |
eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
protected org.eclipse.emf.ecore.EClass |
eStaticClass() |
void |
eUnset(int featureID) |
org.eclipse.emf.common.util.EList<Extension> |
getExtensions() |
String |
getOutputDirectory() |
String |
getScriptSourceDirectory() |
String |
getSourceDirectory() |
String |
getTestOutputDirectory() |
String |
getTestSourceDirectory() |
boolean |
isSetExtensions() |
void |
setOutputDirectory(String newOutputDirectory) |
void |
setScriptSourceDirectory(String newScriptSourceDirectory) |
void |
setSourceDirectory(String newSourceDirectory) |
void |
setTestOutputDirectory(String newTestOutputDirectory) |
void |
setTestSourceDirectory(String newTestSourceDirectory) |
String |
toString() |
void |
unsetExtensions() |
basicSetPluginManagement, basicUnsetPluginManagement, getDefaultGoal, getDirectory, getFilters, getFinalName, getPluginManagement, getPlugins, getResources, getTestResources, isSetPluginManagement, isSetPlugins, isSetResources, isSetTestResources, setDefaultGoal, setDirectory, setFinalName, setPluginManagement, unsetPluginManagement, unsetPlugins, unsetResources, unsetTestResources
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
eBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDefaultGoal, getDirectory, getFilters, getFinalName, getPluginManagement, getPlugins, getResources, getTestResources, isSetPluginManagement, isSetPlugins, isSetResources, isSetTestResources, setDefaultGoal, setDirectory, setFinalName, setPluginManagement, unsetPluginManagement, unsetPlugins, unsetResources, unsetTestResources
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
protected static final String SOURCE_DIRECTORY_EDEFAULT
Source Directory
' attribute. getSourceDirectory()
protected String sourceDirectory
Source Directory
' attribute. getSourceDirectory()
protected static final String SCRIPT_SOURCE_DIRECTORY_EDEFAULT
Script Source Directory
' attribute. getScriptSourceDirectory()
protected String scriptSourceDirectory
Script Source Directory
' attribute. getScriptSourceDirectory()
protected static final String TEST_SOURCE_DIRECTORY_EDEFAULT
Test Source Directory
' attribute. getTestSourceDirectory()
protected String testSourceDirectory
Test Source Directory
' attribute. getTestSourceDirectory()
protected static final String OUTPUT_DIRECTORY_EDEFAULT
Output Directory
' attribute. getOutputDirectory()
protected String outputDirectory
Output Directory
' attribute. getOutputDirectory()
protected static final String TEST_OUTPUT_DIRECTORY_EDEFAULT
Test Output Directory
' attribute. getTestOutputDirectory()
protected String testOutputDirectory
Test Output Directory
' attribute. getTestOutputDirectory()
protected org.eclipse.emf.common.util.EList<Extension> extensions
Extensions
' containment reference list. getExtensions()
protected org.eclipse.emf.ecore.EClass eStaticClass()
eStaticClass
in class BuildBaseImpl
public String getSourceDirectory()
getSourceDirectory
in interface Build
Build.setSourceDirectory(String)
,
PomPackage.getBuild_SourceDirectory()
public void setSourceDirectory(String newSourceDirectory)
setSourceDirectory
in interface Build
newSourceDirectory
- the new value of the 'Source Directory' attribute.Build.getSourceDirectory()
public String getScriptSourceDirectory()
getScriptSourceDirectory
in interface Build
Build.setScriptSourceDirectory(String)
,
PomPackage.getBuild_ScriptSourceDirectory()
public void setScriptSourceDirectory(String newScriptSourceDirectory)
setScriptSourceDirectory
in interface Build
newScriptSourceDirectory
- the new value of the 'Script Source Directory' attribute.Build.getScriptSourceDirectory()
public String getTestSourceDirectory()
getTestSourceDirectory
in interface Build
Build.setTestSourceDirectory(String)
,
PomPackage.getBuild_TestSourceDirectory()
public void setTestSourceDirectory(String newTestSourceDirectory)
setTestSourceDirectory
in interface Build
newTestSourceDirectory
- the new value of the 'Test Source Directory' attribute.Build.getTestSourceDirectory()
public String getOutputDirectory()
getOutputDirectory
in interface Build
Build.setOutputDirectory(String)
,
PomPackage.getBuild_OutputDirectory()
public void setOutputDirectory(String newOutputDirectory)
setOutputDirectory
in interface Build
newOutputDirectory
- the new value of the 'Output Directory' attribute.Build.getOutputDirectory()
public String getTestOutputDirectory()
getTestOutputDirectory
in interface Build
Build.setTestOutputDirectory(String)
,
PomPackage.getBuild_TestOutputDirectory()
public void setTestOutputDirectory(String newTestOutputDirectory)
setTestOutputDirectory
in interface Build
newTestOutputDirectory
- the new value of the 'Test Output Directory' attribute.Build.getTestOutputDirectory()
public org.eclipse.emf.common.util.EList<Extension> getExtensions()
getExtensions
in interface Build
Build.isSetExtensions()
,
Build.unsetExtensions()
,
PomPackage.getBuild_Extensions()
public void unsetExtensions()
unsetExtensions
in interface Build
Build.isSetExtensions()
,
Build.getExtensions()
public boolean isSetExtensions()
isSetExtensions
in interface Build
Build.unsetExtensions()
,
Build.getExtensions()
public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)
eInverseRemove
in class BuildBaseImpl
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface org.eclipse.emf.ecore.InternalEObject
eGet
in class BuildBaseImpl
public void eSet(int featureID, Object newValue)
eSet
in interface org.eclipse.emf.ecore.InternalEObject
eSet
in class BuildBaseImpl
public void eUnset(int featureID)
eUnset
in interface org.eclipse.emf.ecore.InternalEObject
eUnset
in class BuildBaseImpl
public boolean eIsSet(int featureID)
eIsSet
in interface org.eclipse.emf.ecore.InternalEObject
eIsSet
in class BuildBaseImpl
public String toString()
toString
in class BuildBaseImpl
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.