|
__init__(self,
rootFolder,
fileName="project.properties")
constructor |
|
|
|
getCategoryList(self)
Obtains a list of categories from the repository |
|
|
|
getProjectList(self,
category)
Obtains a list of projcts from a category from the repository |
|
|
|
getVersionList(self,
categoryName,
projectName)
Obtains the list of versions for a project |
|
|
|
getProjectProperty(self,
property,
propertyList)
greps for property = project.url, etc |
|
|
|
getProjectProperties(self,
categoryName,
projectName,
projectVersion)
Obtains the contents of the project properties file ... |
|
|
|
updateDB(self,
host,
database,
name,
password)
Updates the database |
|
|