public abstract class Operation extends Object
Known Direct Subclasses

Nested Class Summary

enum Operation.OperationType  

Field Summary

protected final Path path
protected final OperationSource source
protected final Operation.OperationType type

Protected Constructor Summary

Public Method Summary

Path
OperationSource
Operation.OperationType
abstract Operation

Inherited Method Summary

Fields

protected final Path path

protected final OperationSource source

protected final Operation.OperationType type

Protected Constructors

protected Operation (Operation.OperationType type, OperationSource source, Path path)

Parameters
type
source
path

Public Methods

public Path getPath ()

public OperationSource getSource ()

public Operation.OperationType getType ()

public abstract Operation operationForChild (ChildKey childKey)

Parameters
childKey