Package org.jabylon.properties
Interface ScanConfiguration
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject,org.eclipse.emf.cdo.common.id.CDOWithID,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ScanConfigurationImpl
public interface ScanConfiguration extends org.eclipse.emf.cdo.CDOObjectA representation of the model object 'Scan Configuration'.The following features are supported:
- See Also:
PropertiesPackage.getScanConfiguration()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetExclude()Returns the value of the 'Exclude' attribute.org.eclipse.emf.common.util.EList<String>getExcludes()Returns the value of the 'Excludes' attribute list.StringgetInclude()Returns the value of the 'Include' attribute.org.eclipse.emf.common.util.EList<String>getIncludes()Returns the value of the 'Includes' attribute list.StringgetMasterLocale()Returns the value of the 'Master Locale' attribute.voidsetExclude(String value)Sets the value of the 'Exclude' attribute.voidsetInclude(String value)Sets the value of the 'Include' attribute.voidsetMasterLocale(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
-
-
-
-
Method Detail
-
getExcludes
org.eclipse.emf.common.util.EList<String> getExcludes()
Returns the value of the 'Excludes' attribute list. The list contents are of typeString.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 typeString.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()
-
getMasterLocale
String getMasterLocale()
Returns the value of the 'Master Locale' attribute.If the meaning of the 'Master Locale' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Master Locale' attribute.
- See Also:
setMasterLocale(String),PropertiesPackage.getScanConfiguration_MasterLocale()
-
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()
-
getInclude
String getInclude()
Returns the value of the 'Include' attribute. The default value is"** / *.properties".If the meaning of the 'Include' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Include' attribute.
- See Also:
setInclude(String),PropertiesPackage.getScanConfiguration_Include()
-
setInclude
void setInclude(String value)
Sets the value of the 'Include' attribute.- Parameters:
value- the new value of the 'Include' attribute.- See Also:
getInclude()
-
getExclude
String getExclude()
Returns the value of the 'Exclude' attribute. The default value is"".If the meaning of the 'Exclude' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Exclude' attribute.
- See Also:
setExclude(String),PropertiesPackage.getScanConfiguration_Exclude()
-
setExclude
void setExclude(String value)
Sets the value of the 'Exclude' attribute.- Parameters:
value- the new value of the 'Exclude' attribute.- See Also:
getExclude()
-
-