com.ibm.wala.ecore.java.scope
Interface EJavaAnalysisScope

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
EJ2EEAnalysisScope
All Known Implementing Classes:
EJ2EEAnalysisScopeImpl, EJavaAnalysisScopeImpl

public interface EJavaAnalysisScope
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'EJava Analysis Scope'.

The following features are supported:

See Also:
JavaScopePackage.getEJavaAnalysisScope()

Method Summary
 java.lang.String getExclusionFileName()
          Returns the value of the 'Exclusion File Name' attribute.
 org.eclipse.emf.common.util.EList getLoaders()
          Returns the value of the 'Loaders' containment reference list.
 void setExclusionFileName(java.lang.String value)
          Sets the value of the 'Exclusion File Name' attribute.
 
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

getLoaders

org.eclipse.emf.common.util.EList getLoaders()
Returns the value of the 'Loaders' containment reference list. The list contents are of type EClassLoader.

If the meaning of the 'Loaders' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Loaders' containment reference list.
See Also:
JavaScopePackage.getEJavaAnalysisScope_Loaders()

getExclusionFileName

java.lang.String getExclusionFileName()
Returns the value of the 'Exclusion File Name' attribute.

If the meaning of the 'Exclusion File Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Exclusion File Name' attribute.
See Also:
setExclusionFileName(String), JavaScopePackage.getEJavaAnalysisScope_ExclusionFileName()

setExclusionFileName

void setExclusionFileName(java.lang.String value)
Sets the value of the 'Exclusion File Name' attribute.

Parameters:
value - the new value of the 'Exclusion File Name' attribute.
See Also:
getExclusionFileName()