com.atlassian.confluence.plugin
Class DatabasePluginScanner
java.lang.Object
com.atlassian.confluence.plugin.DatabasePluginScanner
- All Implemented Interfaces:
- Scanner
public class DatabasePluginScanner
- extends Object
- implements Scanner
Scans the database for plugin data.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DatabasePluginScanner
public DatabasePluginScanner(PluginDataDao pluginDataDao,
File workDir)
scan
public Collection<DeploymentUnit> scan()
- Specified by:
scan
in interface Scanner
getDeploymentUnits
public Collection<DeploymentUnit> getDeploymentUnits()
- Specified by:
getDeploymentUnits
in interface Scanner
reset
public void reset()
- Specified by:
reset
in interface Scanner
remove
public void remove(DeploymentUnit deploymentUnit)
throws PluginException
- Specified by:
remove
in interface Scanner
- Throws:
PluginException