Package com.djrapitops.plan.commands
Class TabCompleteCache
- java.lang.Object
-
- com.djrapitops.plan.commands.TabCompleteCache
-
-
Constructor Summary
Constructors Constructor Description TabCompleteCache(PlanFiles files, DBSystem dbSystem)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
disable()
Performs disable actions for the subsystemvoid
enable()
Performs enable actions for the subsystem.java.util.List<java.lang.String>
getMatchingBackupFilenames(java.lang.String searchFor)
java.util.List<java.lang.String>
getMatchingPlayerIdentifiers(java.lang.String searchFor)
java.util.List<java.lang.String>
getMatchingServerIdentifiers(java.lang.String searchFor)
java.util.List<java.lang.String>
getMatchingUserIdentifiers(java.lang.String searchFor)
-
-
-
Method Detail
-
enable
public void enable()
Description copied from interface:SubSystem
Performs enable actions for the subsystem.
-
disable
public void disable()
Description copied from interface:SubSystem
Performs disable actions for the subsystem
-
getMatchingServerIdentifiers
public java.util.List<java.lang.String> getMatchingServerIdentifiers(java.lang.String searchFor)
-
getMatchingPlayerIdentifiers
public java.util.List<java.lang.String> getMatchingPlayerIdentifiers(java.lang.String searchFor)
-
getMatchingUserIdentifiers
public java.util.List<java.lang.String> getMatchingUserIdentifiers(java.lang.String searchFor)
-
getMatchingBackupFilenames
public java.util.List<java.lang.String> getMatchingBackupFilenames(java.lang.String searchFor)
-
-