Uses of Interface
org.jabylon.properties.Property
-
Packages that use Property Package Description org.jabylon.properties org.jabylon.properties.impl org.jabylon.properties.types.impl org.jabylon.properties.util org.jabylon.properties.xliff -
-
Uses of Property in org.jabylon.properties
Methods in org.jabylon.properties that return Property Modifier and Type Method Description PropertyPropertiesFactory. createProperty()Returns a new object of class 'Property'.PropertyPropertyFile. getProperty(String key)Methods in org.jabylon.properties that return types with arguments of type Property Modifier and Type Method Description Map<String,Property>PropertyFile. asMap()Returns a map view of the properties file.org.eclipse.emf.common.util.EList<Property>PropertyFile. getProperties()Returns the value of the 'Properties' containment reference list. -
Uses of Property in org.jabylon.properties.impl
Classes in org.jabylon.properties.impl that implement Property Modifier and Type Class Description classPropertyImplAn implementation of the model object 'Property'.Methods in org.jabylon.properties.impl that return Property Modifier and Type Method Description PropertyPropertiesFactoryImpl. createProperty()PropertyPropertyFileImpl. getProperty(String key)Methods in org.jabylon.properties.impl that return types with arguments of type Property Modifier and Type Method Description Map<String,Property>PropertyFileImpl. asMap()org.eclipse.emf.common.util.EList<Property>PropertyFileImpl. getProperties()synchronized list to allow access from multiple threads -
Uses of Property in org.jabylon.properties.types.impl
Methods in org.jabylon.properties.types.impl that return Property Modifier and Type Method Description PropertyPOHelper. readProperty(BufferedReader reader)PropertyPropertiesHelper. readProperty(BufferedReader reader)Methods in org.jabylon.properties.types.impl with parameters of type Property Modifier and Type Method Description protected booleanPropertiesHelper. isFilled(Property property)protected voidPropertiesHelper. writeCommentAndAnnotations(Writer writer, Property property)voidPropertiesHelper. writeProperty(Writer writer, Property property) -
Uses of Property in org.jabylon.properties.util
Methods in org.jabylon.properties.util with parameters of type Property Modifier and Type Method Description TPropertiesSwitch. caseProperty(Property object)Returns the result of interpreting the object as an instance of 'Property'. -
Uses of Property in org.jabylon.properties.xliff
Methods in org.jabylon.properties.xliff that return types with arguments of type Property Modifier and Type Method Description Map<String,Property>PropertyWrapper. getProperties()Constructor parameters in org.jabylon.properties.xliff with type arguments of type Property Constructor Description PropertyWrapper(Locale locale, Map<String,Property> properties)
-