Package com.totvs.tjf.storage
Class Property
- java.lang.Object
-
- com.totvs.tjf.storage.Property
-
public class Property extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
CREDENTIALS
static String
PROJECT
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
static String
getProperty(String name, Property... properties)
String
getValue()
static Property
of(String name, String value)
-
-
-
Field Detail
-
CREDENTIALS
public static final String CREDENTIALS
- See Also:
- Constant Field Values
-
PROJECT
public static final String PROJECT
- See Also:
- Constant Field Values
-
-