public class DeleteBaselineCommand extends ExecutableCommandWrapper implements ExecutableCommand
Deletes a baseline on a document Item
.
Usage:
new DeleteBaselineCommand(myItem, "my baseline").execute();
Constructor and Description |
---|
DeleteBaselineCommand(Item item,
String label)
Instantiates a command to delete a baseline.
|
execute
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
execute