|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.v3x.apps.Propagate.TreePropagator
public class TreePropagator
Propagates a entire tree of similar files. Delegates propagation of individual files to another propagator.
| Constructor Summary | |
|---|---|
TreePropagator(FilePropagator subProp)
|
|
| Method Summary | |
|---|---|
boolean |
outOfDate(java.io.File master,
java.io.File slave)
|
void |
update(java.io.File master,
java.io.File slave)
Updates the slave from the master. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TreePropagator(FilePropagator subProp)
| Method Detail |
|---|
public boolean outOfDate(java.io.File master,
java.io.File slave)
outOfDate in interface FilePropagator
public void update(java.io.File master,
java.io.File slave)
throws java.io.IOException
FilePropagator
update in interface FilePropagatorjava.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||