Uses of Interface
org.jabylon.properties.PropertyFileDescriptor
-
Packages that use PropertyFileDescriptor Package Description org.jabylon.properties org.jabylon.properties.impl org.jabylon.properties.util org.jabylon.properties.util.scanner -
-
Uses of PropertyFileDescriptor in org.jabylon.properties
Methods in org.jabylon.properties that return PropertyFileDescriptor Modifier and Type Method Description PropertyFileDescriptorPropertiesFactory. createPropertyFileDescriptor()Returns a new object of class 'Property File Descriptor'.PropertyFileDescriptorPropertyFileDescriptor. getMaster()Returns the value of the 'Master' reference.Methods in org.jabylon.properties that return types with arguments of type PropertyFileDescriptor Modifier and Type Method Description org.eclipse.emf.common.util.EList<PropertyFileDescriptor>PropertyFileDescriptor. getDerivedDescriptors()Returns the value of the 'Derived Descriptors' reference list.org.eclipse.emf.common.util.EList<PropertyFileDescriptor>ProjectLocale. getDescriptors()Returns the value of the 'Descriptors' reference list.Methods in org.jabylon.properties with parameters of type PropertyFileDescriptor Modifier and Type Method Description voidPropertyFileDescriptor. setMaster(PropertyFileDescriptor value)Sets the value of the 'Master' reference. -
Uses of PropertyFileDescriptor in org.jabylon.properties.impl
Classes in org.jabylon.properties.impl that implement PropertyFileDescriptor Modifier and Type Class Description classPropertyFileDescriptorImplAn implementation of the model object 'Property File Descriptor'.Methods in org.jabylon.properties.impl that return PropertyFileDescriptor Modifier and Type Method Description PropertyFileDescriptorPropertiesFactoryImpl. createPropertyFileDescriptor()protected PropertyFileDescriptorProjectVersionImpl. findDescriptor(org.eclipse.emf.common.util.URI path)PropertyFileDescriptorPropertyFileDescriptorImpl. getMaster()Methods in org.jabylon.properties.impl that return types with arguments of type PropertyFileDescriptor Modifier and Type Method Description org.eclipse.emf.common.util.EList<PropertyFileDescriptor>PropertyFileDescriptorImpl. getDerivedDescriptors()org.eclipse.emf.common.util.EList<PropertyFileDescriptor>ProjectLocaleImpl. getDescriptors()Methods in org.jabylon.properties.impl with parameters of type PropertyFileDescriptor Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainPropertyFileDescriptorImpl. basicSetMaster(PropertyFileDescriptor newMaster, org.eclipse.emf.common.notify.NotificationChain msgs)voidPropertyFileDescriptorImpl. setMaster(PropertyFileDescriptor newMaster) -
Uses of PropertyFileDescriptor in org.jabylon.properties.util
Methods in org.jabylon.properties.util with parameters of type PropertyFileDescriptor Modifier and Type Method Description static voidPropertyResourceUtil. addNewLocalizedDescriptor(PropertyFileDescriptor descriptor, ProjectLocale locale)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 featuregetLocation()must be set for this to workTPropertiesSwitch. casePropertyFileDescriptor(PropertyFileDescriptor object)Returns the result of interpreting the object as an instance of 'Property File Descriptor'.static voidPropertyResourceUtil. removeDescriptor(PropertyFileDescriptor descriptor) -
Uses of PropertyFileDescriptor in org.jabylon.properties.util.scanner
Methods in org.jabylon.properties.util.scanner that return PropertyFileDescriptor Modifier and Type Method Description protected PropertyFileDescriptorAbstractScanFileAcceptor. createDescriptor(ProjectLocale projectLocale, org.eclipse.emf.common.util.URI childURI)
-