All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.netbeans.lib.cvsclient.command.ICvsFiles Maven / Gradle / Ivy

Go to download

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);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy