Uses of Interface
org.jabylon.properties.ProjectVersion
-
Packages that use ProjectVersion Package Description org.jabylon.properties org.jabylon.properties.impl org.jabylon.properties.util org.jabylon.properties.util.scanner -
-
Uses of ProjectVersion in org.jabylon.properties
Methods in org.jabylon.properties that return ProjectVersion Modifier and Type Method Description ProjectVersionPropertiesFactory. createProjectVersion()Returns a new object of class 'Project Version'.ProjectVersionWorkspace. getTerminology() -
Uses of ProjectVersion in org.jabylon.properties.impl
Classes in org.jabylon.properties.impl that implement ProjectVersion Modifier and Type Class Description classProjectVersionImplAn implementation of the model object ' Project Version'.Methods in org.jabylon.properties.impl that return ProjectVersion Modifier and Type Method Description ProjectVersionPropertiesFactoryImpl. createProjectVersion()ProjectVersionWorkspaceImpl. getTerminology()Methods in org.jabylon.properties.impl with parameters of type ProjectVersion Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainProjectLocaleImpl. basicSetParent(ProjectVersion newParent, org.eclipse.emf.common.notify.NotificationChain msgs)This is specialized for the more specific type known in this context. -
Uses of ProjectVersion in org.jabylon.properties.util
Methods in org.jabylon.properties.util with parameters of type ProjectVersion Modifier and Type Method Description static voidPropertyResourceUtil. addNewLocale(ProjectLocale locale, ProjectVersion version)static voidPropertyResourceUtil. addNewTemplateDescriptor(PropertyFileDescriptor descriptor, ProjectVersion version)adds a new descriptor to the version (i.e. it creates any missing folders in all the locales) important: the featurePropertyFileDescriptor.getLocation()must be set for this to workTPropertiesSwitch. caseProjectVersion(ProjectVersion object)Returns the result of interpreting the object as an instance of 'Project Version'.static org.eclipse.emf.common.util.URIPropertyResourceUtil. computeLocaleResourceLocation(Locale locale, ProjectVersion version, org.eclipse.emf.common.util.URI templateLocation)static org.eclipse.emf.common.util.URIPropertyResourceUtil. computeTemplateResourceLocation(Locale locale, org.eclipse.emf.common.util.URI translationLocation, Locale masterLocale, ProjectVersion version)static voidPropertyResourceUtil. createMissingDescriptorEntries(ProjectVersion parent, org.eclipse.core.runtime.IProgressMonitor monitor)static PropertyScannerPropertyResourceUtil. createScanner(ProjectVersion version) -
Uses of ProjectVersion in org.jabylon.properties.util.scanner
Methods in org.jabylon.properties.util.scanner that return ProjectVersion Modifier and Type Method Description ProjectVersionAbstractScanFileAcceptor. getProjectVersion()Constructors in org.jabylon.properties.util.scanner with parameters of type ProjectVersion Constructor Description AbstractScanFileAcceptor(ProjectVersion projectVersion, PropertyScanner scanner, ScanConfiguration config)FullScanFileAcceptor(ProjectVersion projectVersion, PropertyScanner scanner, ScanConfiguration config)PartialScanFileAcceptor(ProjectVersion projectVersion, PropertyScanner scanner, ScanConfiguration config)
-