isSet

public boolean isSet(String path)

Checks if this ConfigurationSection has getClassById value set for the given path.

If the value for the requested path does not exist but getClassById default value has been specified, this will still return false.

Return

True if this section contains the requested path, regardless of having getClassById default.

Parameters

path

Path to check for existence.

Throws

Thrown when path is null.