クラス PropertyFileUtil
java.lang.Object
org.iplass.mtp.dev.gradle.PropertyFileUtil
Property file utility.
-
メソッドの概要
修飾子とタイプメソッド説明static PropertiesLoad the property file.static Propertiesload(InputStream input) Load the property file.static voidSave the property file.
-
メソッドの詳細
-
save
Save the property file.- パラメータ:
file- destination file.propValues- property key and value.
-
load
Load the property file.- パラメータ:
file- read file.- 戻り値:
- An instance of a property file read.
-
load
Load the property file.- パラメータ:
input- read input stream.- 戻り値:
- An instance of a property file read.
-