Class AbstractLocalRepository
java.lang.Object
net.thevpc.common.prs.plugin.AbstractLocalRepository
- All Implemented Interfaces:
LocalRepository
- Direct Known Subclasses:
LocalRepositoryImpl
- Author:
- thevpc
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidregister(PluginRepositoryInfo info) voidreset()voidunregister(String id) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface LocalRepository
addInstallable, getInstallFolder, getPluginsForInstall, getPluginsForUninstall, getPluginURLs, getRepositoryURL, getUninstallFolder, installAndUninstallAll, load, markPluginForUninstall, store
-
Constructor Details
-
AbstractLocalRepository
public AbstractLocalRepository()
-
-
Method Details
-
getPlugin
- Specified by:
getPluginin interfaceLocalRepository
-
register
- Specified by:
registerin interfaceLocalRepository
-
getPlugins
- Specified by:
getPluginsin interfaceLocalRepository
-
unregister
- Specified by:
unregisterin interfaceLocalRepository
-
reset
public void reset()
-