ConfigEntry

Class

No description is available for this element.
Extends

Object

Modifiers

public

Constructors


new ConfigEntry (String, String)

Constructor
No description is available for this element.
IndexTypeName
1Stringstring
2Stringstring
Return Type

ConfigEntry

Modifiers

public

new ConfigEntry ()

Constructor
No description is available for this element.
Return Type

ConfigEntry

Modifiers

public


Fields


EMPTY

Constant
No description is available for this element.
Type

ConfigEntry

Modifiers

public static final

key

Field
No description is available for this element.
Type

String

Modifiers

public volatile

value

Field
No description is available for this element.
Type

String

Modifiers

public volatile

comments

Field
No description is available for this element.
Type

String[]

Modifiers

public volatile



Methods


value ()

Method
No description is available for this element.
Return Type

String

Modifiers

public synchronized

equals (Object)

Method
No description is available for this element.
IndexTypeName
1Objecto
Return Type

boolean

Modifiers

public

toString ()

Method
No description is available for this element.
Return Type

String

Modifiers

public

hashCode ()

Method
No description is available for this element.
Return Type

int

Modifiers

public

set (String)

Method
No description is available for this element.
IndexTypeName
1Stringvalue
Return Type

void

Modifiers

public synchronized

write (OutputStream)

Method
No description is available for this element.
IndexTypeName
1OutputStreamstream
Return Type

void

Modifiers

public synchronized

key ()

Method
No description is available for this element.
Return Type

String

Modifiers

public synchronized

comments ()

Method
No description is available for this element.
Return Type

String[]

Modifiers

public synchronized

addComment (String)

Method
No description is available for this element.
IndexTypeName
1Stringcomment
Return Type

void

Modifiers

public synchronized