org.netbeans.lib.cvsclient.command.ICvsFiles Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of javacvs-src Show documentation
Show all versions of javacvs-src Show documentation
A packaging of the IntelliJ Community Edition javacvs-src library.
This is release number 1 of trunk branch 142.
The newest version!
package org.netbeans.lib.cvsclient.command;
/**
* @author Thomas Singer
*/
public interface ICvsFiles {
void visit(ICvsFilesVisitor visitor);
}