Uses of Interface
org.jabylon.properties.PropertiesFactory
-
Packages that use PropertiesFactory Package Description org.jabylon.properties org.jabylon.properties.impl -
-
Uses of PropertiesFactory in org.jabylon.properties
Fields in org.jabylon.properties declared as PropertiesFactory Modifier and Type Field Description static PropertiesFactoryPropertiesFactory. eINSTANCEThe singleton instance of the factory.Methods in org.jabylon.properties that return PropertiesFactory Modifier and Type Method Description PropertiesFactoryPropertiesPackage. getPropertiesFactory()Returns the factory that creates the instances of the model. -
Uses of PropertiesFactory in org.jabylon.properties.impl
Classes in org.jabylon.properties.impl that implement PropertiesFactory Modifier and Type Class Description classPropertiesFactoryImplAn implementation of the model Factory.Methods in org.jabylon.properties.impl that return PropertiesFactory Modifier and Type Method Description PropertiesFactoryPropertiesPackageImpl. getPropertiesFactory()static PropertiesFactoryPropertiesFactoryImpl. init()Creates the default factory implementation.
-