ConfigEntry
Class
No description is available for this element.
Extends
Object
Modifiers
public
Constructors
new ConfigEntry (String, String)
ConstructorNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | String | string |
2 | String | string |
Return Type
ConfigEntry
Modifiers
public
new ConfigEntry ()
ConstructorNo description is available for this element.
Return Type
ConfigEntry
Modifiers
public
Fields
EMPTY
ConstantNo description is available for this element.
Type
ConfigEntry
Modifiers
public static final
key
FieldNo description is available for this element.
Type
String
Modifiers
public volatile
value
FieldNo description is available for this element.
Type
String
Modifiers
public volatile
comments
FieldNo description is available for this element.
Type
String[]
Modifiers
public volatile
Methods
value ()
MethodNo description is available for this element.
Return Type
String
Modifiers
public synchronized
equals (Object)
MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | Object | o |
Return Type
boolean
Modifiers
public
toString ()
MethodNo description is available for this element.
Return Type
String
Modifiers
public
hashCode ()
MethodNo description is available for this element.
Return Type
int
Modifiers
public
set (String)
MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | String | value |
Return Type
void
Modifiers
public synchronized
write (OutputStream)
MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | OutputStream | stream |
Return Type
void
Modifiers
public synchronized
key ()
MethodNo description is available for this element.
Return Type
String
Modifiers
public synchronized
comments ()
MethodNo description is available for this element.
Return Type
String[]
Modifiers
public synchronized
addComment (String)
MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | String | comment |
Return Type
void
Modifiers
public synchronized