Class ChangeTrackerUtilities
java.lang.Object
it.uniroma2.art.semanticturkey.changetracking.ChangeTrackerUtilities
Utility class for the
ChangeTracker
sail.- Author:
- Manuel Fiorelli
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
checkChangeTrackingOnConnection
(org.eclipse.rdf4j.repository.RepositoryConnection conn, String expectedSupportRepositoryId, String expectedServerURL) Checks the presence of the change tracking sail on the provided connection.
-
Constructor Details
-
ChangeTrackerUtilities
public ChangeTrackerUtilities()
-
-
Method Details
-
checkChangeTrackingOnConnection
public static void checkChangeTrackingOnConnection(org.eclipse.rdf4j.repository.RepositoryConnection conn, String expectedSupportRepositoryId, String expectedServerURL) throws ChangeTrackerNotDetectedException, ChangeTrackerParameterMismatchException, ChangeTrackerDetectionException Checks the presence of the change tracking sail on the provided connection.- Parameters:
conn
-expectedSupportRepositoryId
-expectedServerURL
-- Throws:
ChangeTrackerNotDetectedException
ChangeTrackerParameterMismatchException
ChangeTrackerDetectionException
-