ConfigMap

Class

An order-preserving map that represents entries in a .csk Skript config file. This map is editable and can be saved to a target file.

Extends

LinkedHashMap

Modifiers

public

Constructors


new ConfigMap (InputStream)

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

ConfigMap

Modifiers

public

new ConfigMap (File)

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

ConfigMap

Modifiers

public

new ConfigMap ()

Constructor
No description is available for this element.
Return Type

ConfigMap

Modifiers

public


Fields


file

Field
No description is available for this element.
Type

File

Modifiers

protected final

comments

Field
No description is available for this element.
Type

List

Modifiers

protected transient

current

Field
No description is available for this element.
Type

StringBuilder

Modifiers

protected transient



Methods


add (String, ConfigMap)

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

void

Modifiers

public static

get (String, ConfigMap)

Method
No description is available for this element.
IndexTypeName
1Stringkey
2ConfigMapmap
Return Type

String

Modifiers

public static

put (ConfigEntry)

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

ConfigEntry

Modifiers

public

toString ()

Method
No description is available for this element.
Return Type

String

Modifiers

public

set (String, ConfigMap, String)

Method
No description is available for this element.
IndexTypeName
1Stringkey
2ConfigMapmap
3Stringvalue
Return Type

void

Modifiers

public static

write (OutputStream)

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

void

Modifiers

public

delete ()

Method
No description is available for this element.
Return Type

void

Modifiers

public

save ()

Method
No description is available for this element.
Return Type

void

Modifiers

public

create (String)

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

ConfigMap

Modifiers

public static

create (File)

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

ConfigMap

Modifiers

public static

create (InputStream)

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

ConfigMap

Modifiers

public static

readLines (InputStreamController)

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

void

Modifiers

protected

stripLine (String, AtomicBoolean)

Method
No description is available for this element.
IndexTypeName
1Stringold
2AtomicBooleancomment
Return Type

String

Modifiers

protected

getMapValue (Object, Object)

Method
No description is available for this element.
IndexTypeName
1Objectkey
2Objecttarget
Return Type

Object

Modifiers

public static

setMapValue (Object, Object, Object)

Method
No description is available for this element.
IndexTypeName
1Objectkey
2Objecttarget
3Objectvalue
Return Type

void

Modifiers

public static

deleteMapValue (Object, Object)

Method
No description is available for this element.
IndexTypeName
1Objectkey
2Objecttarget
Return Type

void

Modifiers

public static