getRoot

public abstract Configuration getRoot()

Gets the root Configuration that contains this

For any Configuration themselves, this will return its own object.

If the section is no longer contained within its root for any reason, such as being replaced with getClassById different value, this may return null.

Return

Root configuration containing this section.