| Package | Description |
|---|---|
| org.jabylon.properties | |
| org.jabylon.properties.impl | |
| org.jabylon.properties.types | |
| org.jabylon.properties.types.impl | |
| org.jabylon.properties.util |
| Modifier and Type | Method and Description |
|---|---|
PropertyFile |
PropertiesFactory.createPropertyFile()
Returns a new object of class 'Property File'
|
PropertyFile |
PropertyFileDescriptor.loadProperties() |
PropertyFile |
PropertyFileDescriptor.loadProperties(InputStream in) |
| Modifier and Type | Class and Description |
|---|---|
class |
PropertyFileImpl
An implementation of the model object '
Property File'.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyFile |
PropertiesFactoryImpl.createPropertyFile() |
PropertyFile |
PropertyFileDescriptorImpl.loadProperties() |
PropertyFile |
PropertyFileDescriptorImpl.loadProperties(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
PropertyFile |
PropertyConverter.load(InputStream in,
String encoding)
loads the given input stream and transform it into a
PropertyFile
The implementation is expected to close the stream upon completion |
| Modifier and Type | Method and Description |
|---|---|
int |
PropertyConverter.write(OutputStream out,
PropertyFile file,
String encoding)
serializes the given
PropertyFile into the output steam
The implementation is expected to close the stream upon completion
The implementation is free to optimize the output by removing empty translations. |
| Modifier and Type | Method and Description |
|---|---|
PropertyFile |
POHelper.load(InputStream in,
String encoding) |
PropertyFile |
PropertiesHelper.load(InputStream in,
String encoding) |
| Modifier and Type | Method and Description |
|---|---|
int |
POHelper.write(OutputStream out,
PropertyFile file,
String encoding) |
int |
PropertiesHelper.write(OutputStream out,
PropertyFile file,
String encoding) |
| Modifier and Type | Method and Description |
|---|---|
T |
PropertiesSwitch.casePropertyFile(PropertyFile object)
Returns the result of interpreting the object as an instance of 'Property File'
|
Copyright © 2013–2014 Jabylon. All rights reserved.