Interface ScanConfiguration

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getExclude()
      Returns the value of the 'Exclude' attribute.
      org.eclipse.emf.common.util.EList<String> getExcludes()
      Returns the value of the 'Excludes' attribute list.
      String getInclude()
      Returns the value of the 'Include' attribute.
      org.eclipse.emf.common.util.EList<String> getIncludes()
      Returns the value of the 'Includes' attribute list.
      String getMasterLocale()
      Returns the value of the 'Master Locale' attribute.
      void setExclude​(String value)
      Sets the value of the 'Exclude' attribute.
      void setInclude​(String value)
      Sets the value of the 'Include' attribute.
      void setMasterLocale​(String value)
      Sets the value of the 'Master Locale' attribute.
      • Methods inherited from interface org.eclipse.emf.cdo.CDOObject

        cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
      • Methods inherited from interface org.eclipse.emf.ecore.EObject

        eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
      • Methods inherited from interface org.eclipse.emf.common.notify.Notifier

        eAdapters, eDeliver, eNotify, eSetDeliver
    • Method Detail

      • getExcludes

        org.eclipse.emf.common.util.EList<String> getExcludes()
        Returns the value of the 'Excludes' attribute list. The list contents are of type String.

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

        Returns:
        the value of the 'Excludes' attribute list.
        See Also:
        PropertiesPackage.getScanConfiguration_Excludes()
      • getIncludes

        org.eclipse.emf.common.util.EList<String> getIncludes()
        Returns the value of the 'Includes' attribute list. The list contents are of type String.

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

        Returns:
        the value of the 'Includes' attribute list.
        See Also:
        PropertiesPackage.getScanConfiguration_Includes()
      • setMasterLocale

        void setMasterLocale​(String value)
        Sets the value of the 'Master Locale' attribute.
        Parameters:
        value - the new value of the 'Master Locale' attribute.
        See Also:
        getMasterLocale()
      • setInclude

        void setInclude​(String value)
        Sets the value of the 'Include' attribute.
        Parameters:
        value - the new value of the 'Include' attribute.
        See Also:
        getInclude()
      • setExclude

        void setExclude​(String value)
        Sets the value of the 'Exclude' attribute.
        Parameters:
        value - the new value of the 'Exclude' attribute.
        See Also:
        getExclude()