org.jboss.dna.graph.commands
Interface CompositeCommand

All Superinterfaces:
GraphCommand, Iterable<GraphCommand>
All Known Implementing Classes:
BasicCompositeCommand

public interface CompositeCommand
extends GraphCommand, Iterable<GraphCommand>

A command that is a composition of other commands.

Author:
Randall Hauch

Method Summary
 
Methods inherited from interface org.jboss.dna.graph.commands.GraphCommand
getError, hasError, hasNoError, isCancelled, setError
 
Methods inherited from interface java.lang.Iterable
iterator
 



Copyright © 2008-Present JBoss a division of Red Hat. All Rights Reserved.