Class RemoveNamespaceOperation
java.lang.Object
org.eclipse.rdf4j.http.protocol.transaction.operations.RemoveNamespaceOperation
- All Implemented Interfaces:
Serializable
,TransactionOperation
Operation that removes the namespace for a specific prefix.
- Author:
- Arjohn Kampman, Leo Sauermann
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
RemoveNamespaceOperation
public RemoveNamespaceOperation() -
RemoveNamespaceOperation
-
-
Method Details
-
getPrefix
-
setPrefix
-
execute
Description copied from interface:TransactionOperation
Executes this operation on the supplied connection.- Specified by:
execute
in interfaceTransactionOperation
- Parameters:
con
- The connection the operation should be performed on.- Throws:
RepositoryException
- If such an exception is thrown by the connection while executing the operation.
-
equals
-
hashCode
public int hashCode()
-