Class ProfileContainerStore
java.lang.Object
org.mvplugins.multiverse.inventories.profile.container.ProfileContainerStore
A utility for storing and retrieving profile containers.
-
Method Summary
Modifier and TypeMethodDescriptiongetContainer
(String containerName) Returns the profile container for the given name.
-
Method Details
-
listContainerDataNames
-
getContainer
Returns the profile container for the given name.- Parameters:
containerName
- Name of the profile container to retrieve.- Returns:
- the profile container for given name.
-