Package | Description |
---|---|
com.mockturtlesolutions.snifflib.reposconfig.database |
Base classes for the repository storage framework of the reposconfig package.
|
Modifier and Type | Class and Description |
---|---|
class |
RepositoryCustodian
This is an interface for all classes that manage a repository.
|
class |
RepositorySQLCustodian |
class |
RepositoryXMLCustodian |
Modifier and Type | Method and Description |
---|---|
RepositoryMaintenance |
RepositoryConnectivity.getCustodian()
Gets an instance appropriate for the creation, deletion or other
privilaged or atypical operations on the storages housed within a
reporitory.
|
RepositoryMaintenance |
RepositoryXMLConnection.getCustodian() |
RepositoryMaintenance |
RepositorySQLiteConnection.getCustodian() |
RepositoryMaintenance |
RepositoryPostgreSQLConnection.getCustodian() |
RepositoryMaintenance |
RepositorySQLConnection.getCustodian() |
RepositoryMaintenance |
RepositorySQLiteConnection.getManager() |
RepositoryMaintenance |
RepositoryPostgreSQLConnection.getManager() |
RepositoryMaintenance |
RepositorySQLConnection.getManager() |
Copyright © 2011, 2013. Daniel P. Dougherty