Uses of Interface
org.jabylon.properties.PropertyFile
-
Packages that use PropertyFile Package Description org.jabylon.properties org.jabylon.properties.impl org.jabylon.properties.types org.jabylon.properties.types.impl org.jabylon.properties.util -
-
Uses of PropertyFile in org.jabylon.properties
Methods in org.jabylon.properties that return PropertyFile Modifier and Type Method Description PropertyFilePropertiesFactory. createPropertyFile()Returns a new object of class 'Property File'.PropertyFilePropertyFileDescriptor. loadProperties()PropertyFilePropertyFileDescriptor. loadProperties(InputStream in) -
Uses of PropertyFile in org.jabylon.properties.impl
Classes in org.jabylon.properties.impl that implement PropertyFile Modifier and Type Class Description classPropertyFileImplAn implementation of the model object ' Property File'.Methods in org.jabylon.properties.impl that return PropertyFile Modifier and Type Method Description PropertyFilePropertiesFactoryImpl. createPropertyFile()PropertyFilePropertyFileDescriptorImpl. loadProperties()PropertyFilePropertyFileDescriptorImpl. loadProperties(InputStream in) -
Uses of PropertyFile in org.jabylon.properties.types
Methods in org.jabylon.properties.types that return PropertyFile Modifier and Type Method Description PropertyFilePropertyConverter. load(InputStream in, String encoding)loads the given input stream and transform it into aPropertyFileMethods in org.jabylon.properties.types with parameters of type PropertyFile Modifier and Type Method Description intPropertyConverter. write(OutputStream out, PropertyFile file, String encoding)serializes the givenPropertyFileinto the output steam -
Uses of PropertyFile in org.jabylon.properties.types.impl
Methods in org.jabylon.properties.types.impl that return PropertyFile Modifier and Type Method Description PropertyFilePOHelper. load(InputStream in, String encoding)PropertyFilePropertiesHelper. load(InputStream in, String encoding)PropertyFileTMXConverter. load(InputStream in, String encoding)Methods in org.jabylon.properties.types.impl with parameters of type PropertyFile Modifier and Type Method Description intPOHelper. write(OutputStream out, PropertyFile file, String encoding)intPropertiesHelper. write(OutputStream out, PropertyFile file, String encoding)intTMXConverter. write(OutputStream out, PropertyFile file, String encoding) -
Uses of PropertyFile in org.jabylon.properties.util
Methods in org.jabylon.properties.util with parameters of type PropertyFile Modifier and Type Method Description TPropertiesSwitch. casePropertyFile(PropertyFile object)Returns the result of interpreting the object as an instance of 'Property File'.
-