this.installedPluginsList = installedPluginsList;
loadHistory();
}
public PluginInstallerGBean pluginInstallerCopy(String serverName, Kernel kernel) throws Exception {
ServerInfo newServerInfo = new BasicServerInfo(serverInfo.getCurrentBaseDirectory(), serverName);
final ArtifactManager artifactManager = new DefaultArtifactManager();
ConfigurationManager configManager = buildConfigurationManager(artifactManager, writeableRepo, kernel, configStore, bundleContext, servers);
// ArrayList<ServerInstanceData> serverInstanceDatasCopy = new ArrayList<ServerInstanceData>(serverInstanceDatas.size());
// for (ServerInstanceData serverInstance: serverInstanceDatas) {
// if (serverInstance instanceof ReferenceServerInstanceData) {