Skip to content

Commit fdf75cd

Browse files
committed
removing some experimental lines from the Exporter interface #11766
1 parent cb06d89 commit fdf75cd

File tree

1 file changed

+0
-13
lines changed
  • modules/dataverse-spi/src/main/java/io/gdcc/spi/export

1 file changed

+0
-13
lines changed

modules/dataverse-spi/src/main/java/io/gdcc/spi/export/Exporter.java

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -84,19 +84,6 @@ public interface Exporter {
8484
default Optional<String> getPrerequisiteFormatName() {
8585
return Optional.empty();
8686
}
87-
88-
/**
89-
* Most metadata formats do not require tabular metadata to be generated.
90-
* (the 2 known cases that encode variable-level information, as of Dataverse 6.7,
91-
* are rich DDI and Croissant). In order to serve it more efficiently,
92-
* the data provider may need to be initialized in a special way (with access
93-
* to EJBs that in most cases isn't needed), so it may help to know
94-
* programmatically whether it's required for this format.
95-
* @return Optional<Boolean>
96-
*/
97-
default Optional<Boolean> isNeedsTabularMetadata() {
98-
return Optional.of(false);
99-
}
10087

10188
/**
10289
* Harvestable Exporters will be available as options in Dataverse's Harvesting mechanism.

0 commit comments

Comments
 (0)