public interface ScanConfiguration
extends org.eclipse.emf.cdo.CDOObject
The following features are supported:
| Modifier and Type | Method and 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 |
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOptionorg.eclipse.emf.common.util.EList<String> getExcludes()
String.
If the meaning of the 'Excludes' attribute list isn't clear, there really should be more of a description here...
PropertiesPackage.getScanConfiguration_Excludes()org.eclipse.emf.common.util.EList<String> getIncludes()
String.
If the meaning of the 'Includes' attribute list isn't clear, there really should be more of a description here...
PropertiesPackage.getScanConfiguration_Includes()String getMasterLocale()
If the meaning of the 'Master Locale' attribute isn't clear, there really should be more of a description here...
setMasterLocale(String),
PropertiesPackage.getScanConfiguration_MasterLocale()void setMasterLocale(String value)
Master Locale' attribute.
value - the new value of the 'Master Locale' attribute.getMasterLocale()String getInclude()
"** / *.properties".
If the meaning of the 'Include' attribute isn't clear, there really should be more of a description here...
setInclude(String),
PropertiesPackage.getScanConfiguration_Include()void setInclude(String value)
Include' attribute.
value - the new value of the 'Include' attribute.getInclude()String getExclude()
"".
If the meaning of the 'Exclude' attribute isn't clear, there really should be more of a description here...
setExclude(String),
PropertiesPackage.getScanConfiguration_Exclude()void setExclude(String value)
Exclude' attribute.
value - the new value of the 'Exclude' attribute.getExclude()Copyright © 2013–2014 Jabylon. All rights reserved.