|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnl.toolforge.karma.core.vc.cvsimpl.AdminHandler
Helper class to execute stuff on admin files in CVS
directories on behalf of module
.
Constructor Summary | |
AdminHandler(Module module)
|
Method Summary | |
void |
administrate()
This method should be called to administrate the module to which this AdminHandler applies. |
java.util.List |
getChangedStuff()
Returns a List of File instances indicating files that have been changed, but not yet
committed. |
java.util.List |
getNewStuff()
Returns a List of File instances indicating files and directories that are not yet
version managed by CVS. |
java.util.List |
getRemovedStuff()
Returns a List of File instances indicating files that have been removed, but not yet
committed. |
boolean |
hasChangedStuff()
|
boolean |
hasNewStuff()
|
boolean |
hasRemovedStuff()
|
boolean |
isEqualLocation()
Checks if the module was previously checked out from the same location as is stored in CVS/Root . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AdminHandler(Module module)
Method Detail |
public void administrate()
public java.util.List getNewStuff()
List
of File
instances indicating files and directories that are not yet
version managed by CVS.
administrate()
public boolean hasNewStuff()
public java.util.List getChangedStuff()
List
of File
instances indicating files that have been changed, but not yet
committed.
administrate()
public boolean hasChangedStuff()
public java.util.List getRemovedStuff()
List
of File
instances indicating files that have been removed, but not yet
committed.
administrate()
public boolean hasRemovedStuff()
public boolean isEqualLocation()
CVS/Root
.
true
.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |