File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/java/com/amihaiemil/docker Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 30
30
import java .util .Iterator ;
31
31
32
32
/**
33
- * Containers API.
33
+ * Containers API. This is also an Iterable over the running containers.
34
+ * If you need an Iterable over all the containers, use the .all() method.
34
35
* @author Mihai Andronache ([email protected] )
35
36
* @version $Id$
36
37
* @since 0.0.1
@@ -74,8 +75,7 @@ Container create(
74
75
Container create (final JsonObject container ) throws IOException ;
75
76
76
77
/**
77
- * Return all the Containers, not only the running ones (simply iterating
78
- * over this Containers instance will fetch only the running ones).
78
+ * Return all the Containers, not only the running ones.
79
79
* @return Iterator over all the containers.
80
80
*/
81
81
Iterator <Container > all ();
You can’t perform that action at this time.
0 commit comments