public class PropertiesUTF8LoaderWriter
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.util.Properties |
loadProperties(java.io.File file) |
static java.util.Properties |
loadProperties(java.io.InputStream is) |
static java.util.Properties |
loadProperties(java.lang.String filePath) |
static void |
main(java.lang.String[] args) |
static void |
storeProperties(java.util.Properties properties,
java.lang.String comments,
java.lang.String fileOutputPath) |
public static java.util.Properties loadProperties(java.lang.String filePath) throws java.lang.Exception
java.lang.Exception
public static java.util.Properties loadProperties(java.io.File file) throws java.lang.Exception
java.lang.Exception
public static java.util.Properties loadProperties(java.io.InputStream is) throws java.lang.Exception
java.lang.Exception
public static void storeProperties(java.util.Properties properties, java.lang.String comments, java.lang.String fileOutputPath) throws java.io.FileNotFoundException
java.io.FileNotFoundException
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
Copyright © 2004-2014 FEUP-LSTS and Neptus developers. All Rights Reserved.