public interface ProjectVersion extends Resolvable<Project,ProjectLocale>
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
void |
fullScan(ScanConfiguration configuration) |
void |
fullScan(ScanConfiguration configuration,
org.eclipse.core.runtime.IProgressMonitor monitor) |
ProjectLocale |
getProjectLocale(Locale locale) |
ProjectLocale |
getTemplate()
Returns the value of the 'Template' reference
|
boolean |
isReadOnly()
Returns the value of the 'Read Only' attribute
|
void |
partialScan(ScanConfiguration configuration,
PropertyFileDiff fileDiff) |
void |
setReadOnly(boolean value)
Sets the value of the '
Read Only' attribute |
void |
setTemplate(ProjectLocale value)
Sets the value of the '
Template' reference |
absoluteFilePath, absolutPath, fullPath, getChild, getChildren, getName, getParent, getPercentComplete, relativePath, resolveChild, resolveChild, setName, setParent, setPercentComplete, toURI, updatePercentCompletecdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOptionProjectLocale getTemplate()
If the meaning of the 'Template' reference isn't clear, there really should be more of a description here...
setTemplate(ProjectLocale),
PropertiesPackage.getProjectVersion_Template()void setTemplate(ProjectLocale value)
Template' reference.
value - the new value of the 'Template' reference.getTemplate()boolean isReadOnly()
If the meaning of the 'Read Only' attribute isn't clear, there really should be more of a description here...
setReadOnly(boolean),
PropertiesPackage.getProjectVersion_ReadOnly()void setReadOnly(boolean value)
Read Only' attribute.
value - the new value of the 'Read Only' attribute.isReadOnly()void fullScan(ScanConfiguration configuration)
void fullScan(ScanConfiguration configuration, org.eclipse.core.runtime.IProgressMonitor monitor)
ProjectLocale getProjectLocale(Locale locale)
void partialScan(ScanConfiguration configuration, PropertyFileDiff fileDiff)
Copyright © 2013–2014 Jabylon. All rights reserved.