Index

C G I K P R T U 
All Classes and Interfaces|All Packages

C

clear() - Method in class com.tchristofferson.configupdater.KeyBuilder
Clears the contents of the builder.
clone() - Method in class com.tchristofferson.configupdater.KeyBuilder
Creates a clone of this KeyBuilder instance.
com.tchristofferson.configupdater - package com.tchristofferson.configupdater
 
ConfigUpdater - Class in com.tchristofferson.configupdater
 
ConfigUpdater() - Constructor for class com.tchristofferson.configupdater.ConfigUpdater
 

G

getIndents(String, char) - Static method in class com.tchristofferson.configupdater.KeyUtils
Gets the amount of indentation spaces for the provided key.
getLastKey() - Method in class com.tchristofferson.configupdater.KeyBuilder
Gets the last key in the builder.

I

isConfigSection() - Method in class com.tchristofferson.configupdater.KeyBuilder
Checks if the key path represented by this instance is a configuration section in the FileConfiguration.
isConfigSectionWithKeys() - Method in class com.tchristofferson.configupdater.KeyBuilder
Checks if the key path represented by this instance is a non-empty configuration section in the FileConfiguration.
isEmpty() - Method in class com.tchristofferson.configupdater.KeyBuilder
Checks if the builder is empty.
isSubKey(String) - Method in class com.tchristofferson.configupdater.KeyBuilder
Checks if the specified subKey is a sub-key of the key path represented by this instance.
isSubKeyOf(String) - Method in class com.tchristofferson.configupdater.KeyBuilder
Checks if the full key path represented by this instance is a sub-key of the specified parent key.
isSubKeyOf(String, String, char) - Static method in class com.tchristofferson.configupdater.KeyUtils
Checks if the subKey is a sub path of the parentKey.

K

KeyBuilder - Class in com.tchristofferson.configupdater
 
KeyBuilder(FileConfiguration, char) - Constructor for class com.tchristofferson.configupdater.KeyBuilder
Constructs a new KeyBuilder instance.
KeyUtils - Class in com.tchristofferson.configupdater
 
KeyUtils() - Constructor for class com.tchristofferson.configupdater.KeyUtils
 

P

parseLine(String, boolean) - Method in class com.tchristofferson.configupdater.KeyBuilder
Parses the line to check if it represents a valid YAML path.

R

removeLastKey() - Method in class com.tchristofferson.configupdater.KeyBuilder
Removes the last key from the builder.

T

toString() - Method in class com.tchristofferson.configupdater.KeyBuilder
Returns the current key path as a string.

U

update(Plugin, String, File, String...) - Static method in class com.tchristofferson.configupdater.ConfigUpdater
Update the YAML file inside the plugin folder, only if it does not match the file from the JAR.
update(Plugin, String, File, List<String>) - Static method in class com.tchristofferson.configupdater.ConfigUpdater
Update the YAML file inside the plugin folder, only if it does not match the file from the JAR.
C G I K P R T U 
All Classes and Interfaces|All Packages