Uses of Class
com.aoindustries.aoserv.client.scm.CvsRepository
-
Packages that use CvsRepository Package Description com.aoindustries.aoserv.client.billing com.aoindustries.aoserv.client.linux com.aoindustries.aoserv.client.scm -
-
Uses of CvsRepository in com.aoindustries.aoserv.client.billing
Methods in com.aoindustries.aoserv.client.billing that return types with arguments of type CvsRepository Modifier and Type Method Description List<CvsRepository>Package. getCvsRepositories() -
Uses of CvsRepository in com.aoindustries.aoserv.client.linux
Methods in com.aoindustries.aoserv.client.linux that return CvsRepository Modifier and Type Method Description CvsRepositoryServer. getCvsRepository(PosixPath path)Methods in com.aoindustries.aoserv.client.linux that return types with arguments of type CvsRepository Modifier and Type Method Description List<CvsRepository>Server. getCvsRepositories()List<CvsRepository>UserServer. getCvsRepositories() -
Uses of CvsRepository in com.aoindustries.aoserv.client.scm
Methods in com.aoindustries.aoserv.client.scm that return CvsRepository Modifier and Type Method Description CvsRepositoryCvsRepositoryTable. get(int pkey)CvsRepositoryCvsRepositoryTable. getCvsRepository(Server aoServer, PosixPath path)Gets oneCvsRepositoryfrom the database.Methods in com.aoindustries.aoserv.client.scm that return types with arguments of type CvsRepository Modifier and Type Method Description List<CvsRepository>CvsRepositoryTable. getCvsRepositories(Package pk)List<CvsRepository>CvsRepositoryTable. getCvsRepositories(Server aoServer)List<CvsRepository>CvsRepositoryTable. getCvsRepositories(UserServer lsa)
-