Uses of Class
jasima.core.util.FileFormat
-
Packages that use FileFormat Package Description jasima.core.util -
-
Uses of FileFormat in jasima.core.util
Methods in jasima.core.util that return FileFormat Modifier and Type Method Description static FileFormatFileFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static FileFormat[]FileFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jasima.core.util with parameters of type FileFormat Modifier and Type Method Description static ObjectXmlUtil. loadXML(FileFormat format, File f)Loads an object from a file.static ObjectXmlUtil. loadXML(FileFormat format, Reader r)Loads an object from aReader.static ObjectXmlUtil. loadXML(FileFormat format, String xmlString)Loads an object from a String containing xml.static StringXmlUtil. saveXML(FileFormat format, Object o)Converts an object into a xml String.static voidXmlUtil. saveXML(FileFormat format, Object o, File f)Converts an object into xml and saves the result in a filef.static voidXmlUtil. saveXML(FileFormat format, Object o, Writer w)Converts an object into xml and writes the result inw.
-