Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [store-dev] Should deleteContent() be called?
  • From: Florian Habermann <f.habermann@xxxxxxxxxxxxxxx>
  • Date: Thu, 21 Aug 2025 11:16:25 +0000
  • Accept-language: de-DE, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=microstream.one; dmarc=pass action=none header.from=microstream.one; dkim=pass header.d=microstream.one; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=gUu0Xlq9qE/ccaHmFQ85HJ3F+0CGyqm17iMPIuO1MBM=; b=iw7KmJo6eeBm3I9lCqqrK0Ra593gin6mnTPP+xW/zu5joHGsxVM4jbJ4vivgbwutz88h+61tOisfaXnJlgiRQnX2shkqeN04+y/f0vexePcZZfKrlEkI761zH7Dx6pPWSvwE9AXZs3j1Uj3V/iKT+saLB3sAIl54OpYrh4fcAITs4P6BGIDJYq6IXi8vdXkuuqRX6BY6umH5vgw7AhtCGjRiN1WN8MktoMC6r08CHZGUq/u4kNVNcTWxnst6CIm+Ys40OmfN0r7dZrr0UGvmda5Om/ukmcMAaC6dr92G05ievqo7MZjLSBbadyRVXwgp+ISndyzrNiyrkEcdDbvq5g==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=SnK1TsZWPXr1jlYvxH3VtayuBjO3te2gb8eJ9et/y21bI68a/0uwLRzBQamu4a2+6gSyIyo1CHOS9FjEwK+XZAXBHaNVKnZZ4U8UvX3n5R6ghi4gzNTvn5EaynQ5RKETTrw0v4yGO+n1NOGeMO6d3MWzuh7F/Z3RJKD8F0fEisjBThYcqXG7XCRO9G+lpqduBiLCCX8LZOwidd2q34a4u1/tzTrqPA83GfV4ITIpfG/F+qAyfCnsKwwKkkK/ZkZ7EeKw2c+PrdMrOTMQ91V+lE6DI/Two45+D1XhQ3ZHDmp8F+iGW5Wehc/Jt4B9isbF+if9nl6ZpaQHkyM7oyCqoA==
  • Delivered-to: store-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/store-dev/>
  • List-help: <mailto:store-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/store-dev>, <mailto:store-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/store-dev>, <mailto:store-dev-request@eclipse.org?subject=unsubscribe>
  • Msip_labels:
  • Thread-index: AQHcEfmcZf3tp0gnEUKHbkNiZge/r7Rs9apy
  • Thread-topic: Should deleteContent() be called?

Hi,
Just to go sure. Do you want to erase the previous content on each startup, or is this not on purpose?
And what exactly do you mean with root.deleteContent? 

 

 

 

Florian Habermann


 


Von: store-dev <store-dev-bounces@xxxxxxxxxxx> im Auftrag von Robert Rodini via store-dev <store-dev@xxxxxxxxxxx>
Gesendet: Mittwoch, 20. August 2025 19:45
An: store developer discussions <store-dev@xxxxxxxxxxx>
Cc: Robert Rodini <rrodini@xxxxxxxxxxx>
Betreff: [store-dev] Should deleteContent() be called?
 
Hello,
In my application I have a program that reads text files and processes them into Java data structures that are then saved to Eclipse Store (it works!).

Each time the application runs it just erases the previous contents of the store.  In this scenario should I call root.deleteContent() at start up?  If I don't do this, is there a harmful effect on the store?

Thank you

Back to the top