public static IStorageFactory getFactory() { if (factory == null) { factory = new FileSystemStorageFactory(_parser); } return(factory); }
public FileSystemStorage(FileSystemStorageFactory factory) { this.factory = factory; }