Uses of Class
org.jabylon.properties.xliff.PropertyWrapper
-
Packages that use PropertyWrapper Package Description org.jabylon.properties.types org.jabylon.properties.xliff -
-
Uses of PropertyWrapper in org.jabylon.properties.types
Methods in org.jabylon.properties.types that return PropertyWrapper Modifier and Type Method Description PropertyWrapperBilingualPropertyResource. read(InputStream stream)Reads an arbitrary translation resource from theInputStream, converts toPropertys, held in aPropertyWrapper, which is returned by this method.
(subject to change, as no implementation exists as of yet)Methods in org.jabylon.properties.types with parameters of type PropertyWrapper Modifier and Type Method Description voidBilingualPropertyResource. write(PropertyWrapper source, PropertyWrapper target, OutputStream out)Converts TwoPropertyWrappersPropertys to an arbitrary translation format, which is written to theOutputStream. -
Uses of PropertyWrapper in org.jabylon.properties.xliff
Methods in org.jabylon.properties.xliff that return PropertyWrapper Modifier and Type Method Description static PropertyWrapperXliffReader. read(InputStream in, String encoding)Converts the incoming XLIFF document into aPropertyFilePOJO.PropertyWrapperXliffResourceImpl. read(InputStream stream)Reads an XLIFF (1.2) resource from theInputStream, converts toPropertys, held in aPropertyWrapper, which is returned by this method.Methods in org.jabylon.properties.xliff with parameters of type PropertyWrapper Modifier and Type Method Description voidXliffResourceImpl. write(PropertyWrapper filteredSource, PropertyWrapper filteredTarget, OutputStream out)Converts TwoPropertyWrappersPropertys to XLIFF (1.2) translation format, which is written to theOutputStream.static voidXliffWriter. write(OutputStream out, PropertyWrapper filteredSource, PropertyWrapper filteredTarget, String encoding)Basically Main() for this class.
-