Package org.jabylon.properties
Interface ProjectVersion
-
- 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,Resolvable<Project,ProjectLocale>
- All Known Implementing Classes:
ProjectVersionImpl
public interface ProjectVersion extends Resolvable<Project,ProjectLocale>
A representation of the model object 'Project Version'.The following features are supported:
- See Also:
PropertiesPackage.getProjectVersion()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfullScan(ScanConfiguration configuration)voidfullScan(ScanConfiguration configuration, org.eclipse.core.runtime.IProgressMonitor monitor)ProjectLocalegetProjectLocale(Locale locale)ProjectLocalegetTemplate()Returns the value of the 'Template' reference.booleanisReadOnly()Returns the value of the 'Read Only' attribute.voidpartialScan(ScanConfiguration configuration, PropertyFileDiff fileDiff)voidsetReadOnly(boolean value)Sets the value of the 'Read Only' attribute.voidsetTemplate(ProjectLocale value)Sets the value of the 'Template' reference.-
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
-
Methods inherited from interface org.jabylon.properties.Resolvable
absoluteFilePath, absolutPath, fullPath, getChild, getChildren, getName, getParent, getPercentComplete, relativePath, resolveChild, resolveChild, setName, setParent, setPercentComplete, toURI, updatePercentComplete
-
-
-
-
Method Detail
-
getTemplate
ProjectLocale getTemplate()
Returns the value of the 'Template' reference.If the meaning of the 'Template' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Template' reference.
- See Also:
setTemplate(ProjectLocale),PropertiesPackage.getProjectVersion_Template()
-
setTemplate
void setTemplate(ProjectLocale value)
Sets the value of the 'Template' reference.- Parameters:
value- the new value of the 'Template' reference.- See Also:
getTemplate()
-
isReadOnly
boolean isReadOnly()
Returns the value of the 'Read Only' attribute.If the meaning of the 'Read Only' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Read Only' attribute.
- See Also:
setReadOnly(boolean),PropertiesPackage.getProjectVersion_ReadOnly()
-
setReadOnly
void setReadOnly(boolean value)
Sets the value of the 'Read Only' attribute.- Parameters:
value- the new value of the 'Read Only' attribute.- See Also:
isReadOnly()
-
fullScan
void fullScan(ScanConfiguration configuration)
-
fullScan
void fullScan(ScanConfiguration configuration, org.eclipse.core.runtime.IProgressMonitor monitor)
-
getProjectLocale
ProjectLocale getProjectLocale(Locale locale)
-
partialScan
void partialScan(ScanConfiguration configuration, PropertyFileDiff fileDiff)
-
-