1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195
|
/*
KeePass Password Safe - The Open-Source Password Manager
Copyright (C) 2003-2014 Dominik Reichl <dominik.reichl@t-online.de>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
using System;
using System.Collections;
using System.Collections.Generic;
using System.Text;
using System.Diagnostics;
using KeePass.DataExchange.Formats;
namespace KeePass.DataExchange
{
public sealed class FileFormatPool : IEnumerable<FileFormatProvider>
{
private List<FileFormatProvider> m_vFormats = null;
public IEnumerable<FileFormatProvider> Importers
{
get
{
EnsurePoolInitialized();
List<FileFormatProvider> v = new List<FileFormatProvider>();
foreach(FileFormatProvider prov in m_vFormats)
{
if(prov.SupportsImport) v.Add(prov);
}
return v;
}
}
public IEnumerable<FileFormatProvider> Exporters
{
get
{
EnsurePoolInitialized();
List<FileFormatProvider> v = new List<FileFormatProvider>();
foreach(FileFormatProvider prov in m_vFormats)
{
if(prov.SupportsExport) v.Add(prov);
}
return v;
}
}
public int Count
{
get
{
EnsurePoolInitialized();
return m_vFormats.Count;
}
}
public FileFormatPool() { }
IEnumerator IEnumerable.GetEnumerator()
{
EnsurePoolInitialized();
return m_vFormats.GetEnumerator();
}
public IEnumerator<FileFormatProvider> GetEnumerator()
{
EnsurePoolInitialized();
return m_vFormats.GetEnumerator();
}
private void EnsurePoolInitialized()
{
if(m_vFormats != null) return;
InitializePool();
}
private void InitializePool()
{
Debug.Assert(m_vFormats == null);
m_vFormats = new List<FileFormatProvider>();
m_vFormats.Add(new KeePassCsv1x());
m_vFormats.Add(new KeePassKdb1x());
m_vFormats.Add(new KeePassKdb2x());
m_vFormats.Add(new KeePassKdb2xRepair());
m_vFormats.Add(new KeePassXml1x());
m_vFormats.Add(new KeePassXml2x());
m_vFormats.Add(new GenericCsv());
m_vFormats.Add(new OnePwProCsv599());
m_vFormats.Add(new AmpXml250());
m_vFormats.Add(new AnyPwCsv144());
m_vFormats.Add(new CodeWalletTxt605());
m_vFormats.Add(new DashlaneCsv2());
m_vFormats.Add(new DataVaultCsv47());
m_vFormats.Add(new DesktopKnox32());
m_vFormats.Add(new FlexWalletXml17());
m_vFormats.Add(new HandySafeTxt512());
m_vFormats.Add(new HandySafeProXml12());
m_vFormats.Add(new KasperskyPwMgrXml50());
m_vFormats.Add(new KeePassXXml041());
m_vFormats.Add(new LastPassCsv2());
m_vFormats.Add(new NetworkPwMgrCsv4());
m_vFormats.Add(new NortonIdSafeCsv2013());
m_vFormats.Add(new PassKeeper12());
m_vFormats.Add(new PpKeeperHtml270());
m_vFormats.Add(new PwAgentXml234());
m_vFormats.Add(new PwDepotXml26());
m_vFormats.Add(new PwKeeperCsv70());
m_vFormats.Add(new PwMemory2008Xml104());
m_vFormats.Add(new PwPrompterDat12());
m_vFormats.Add(new PwSafeXml302());
m_vFormats.Add(new PwsPlusCsv1007());
m_vFormats.Add(new PwTresorXml100());
m_vFormats.Add(new PVaultTxt14());
m_vFormats.Add(new PinsTxt450());
m_vFormats.Add(new RevelationXml04());
m_vFormats.Add(new RoboFormHtml69());
m_vFormats.Add(new SafeWalletXml3());
m_vFormats.Add(new SecurityTxt12());
m_vFormats.Add(new SplashIdCsv402());
m_vFormats.Add(new SteganosPwManager2007());
m_vFormats.Add(new StickyPwXml50());
m_vFormats.Add(new TurboPwsCsv5());
m_vFormats.Add(new VisKeeperTxt3());
m_vFormats.Add(new Whisper32Csv116());
m_vFormats.Add(new ZdnPwProTxt314());
m_vFormats.Add(new MozillaBookmarksHtml100());
m_vFormats.Add(new MozillaBookmarksJson100());
m_vFormats.Add(new PwExporterXml105());
m_vFormats.Add(new Spamex20070328());
m_vFormats.Add(new KeePassHtml2x());
m_vFormats.Add(new XslTransform2x());
m_vFormats.Add(new WinFavorites10(false));
m_vFormats.Add(new WinFavorites10(true));
}
public void Add(FileFormatProvider prov)
{
Debug.Assert(prov != null);
if(prov == null) throw new ArgumentNullException("prov");
EnsurePoolInitialized();
m_vFormats.Add(prov);
}
public bool Remove(FileFormatProvider prov)
{
Debug.Assert(prov != null);
if(prov == null) throw new ArgumentNullException("prov");
EnsurePoolInitialized();
return m_vFormats.Remove(prov);
}
public FileFormatProvider Find(string strFormatName)
{
if(strFormatName == null) return null;
EnsurePoolInitialized();
foreach(FileFormatProvider f in m_vFormats)
{
if(f.FormatName == strFormatName) return f;
}
return null;
}
}
}
|