public class AddBaselineCommand extends ExecutableCommandWrapper implements ExecutableCommand
Adds a baseline to a document Item
based on its current state.
Usage:
new AddBaselineCommand(myItem, "my baseline").execute();
Constructor and Description |
---|
AddBaselineCommand(Item item,
String label)
Instantiates a command to add a baseline.
|
AddBaselineCommand(Item item,
String label,
String asOfLabel)
Instantiates a command to add a baseline.
|
execute
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
execute