|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use AdminHandler | |
| org.netbeans.lib.cvsclient | |
| org.netbeans.lib.cvsclient.admin | |
| Uses of AdminHandler in org.netbeans.lib.cvsclient |
| Methods in org.netbeans.lib.cvsclient that return AdminHandler | |
AdminHandler |
Client.getAdminHandler()
Get the admin handler uesd to read and write administrative information about files on the local machine. |
| Methods in org.netbeans.lib.cvsclient with parameters of type AdminHandler | |
void |
Client.setAdminHandler(AdminHandler adminHandler)
Set the admin handler used to read and write administrative information about files on the local machine. |
| Constructors in org.netbeans.lib.cvsclient with parameters of type AdminHandler | |
Client(Connection connection,
AdminHandler adminHandler)
Construct a Client using a given connection and file handler. |
|
| Uses of AdminHandler in org.netbeans.lib.cvsclient.admin |
| Classes in org.netbeans.lib.cvsclient.admin that implement AdminHandler | |
class |
StandardAdminHandler
A handler for administrative information that maintains full compatibility with the one employed by the original C implementation of a CVS client. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||