public class ClearOperation extends ContextOperation implements Serializable
contexts
Constructor and Description |
---|
ClearOperation(Resource... contexts) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
void |
execute(RepositoryConnection con)
Executes this operation on the supplied connection.
|
getContexts, hashCode, setContexts
public ClearOperation(Resource... contexts)
public void execute(RepositoryConnection con) throws RepositoryException
TransactionOperation
execute
in interface TransactionOperation
con
- The connection the operation should be performed on.RepositoryException
- If such an exception is thrown by the connection while executing the operation.public boolean equals(Object other)
equals
in class ContextOperation
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.