@ThreadSafe public class ControllerOS extends java.lang.Object implements MController
| Constructor and Description |
|---|
ControllerOS() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
java.util.Iterator<MFile> |
getInventory(MCollection mc) |
java.util.Iterator<MFile> |
getInventory(MCollection mc,
boolean recheck) |
java.util.Iterator<MFile> |
getInventoryNoSubdirs(MCollection mc) |
java.util.Iterator<MFile> |
getInventoryNoSubdirs(MCollection mc,
boolean recheck) |
public java.util.Iterator<MFile> getInventory(MCollection mc)
getInventory in interface MControllerpublic java.util.Iterator<MFile> getInventoryNoSubdirs(MCollection mc)
getInventoryNoSubdirs in interface MControllerpublic java.util.Iterator<MFile> getInventory(MCollection mc, boolean recheck)
getInventory in interface MControllerpublic java.util.Iterator<MFile> getInventoryNoSubdirs(MCollection mc, boolean recheck)
getInventoryNoSubdirs in interface MControllerpublic void close()
close in interface MController