|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
ErrorCode |
checkConfiguration()
Checks if the configuration of the store is ok. |
Module |
getModule()
|
java.lang.String |
getModuleName()
|
void |
setLocation(Location location)
Assigns this Store a Location . |
void |
setModuleName(java.lang.String moduleName)
Sets the module name for this ManifestStore . |
void |
update()
Updates the local checkout of the manifest store. |
Method Detail |
public void update() throws AuthenticationException, VersionControlException, WorkingContextException
AuthenticationException
- When the location for this Store
cannot be authenticated.
VersionControlException
- When the update failed.
WorkingContextException
public void setLocation(Location location)
Store
a Location
. The Location
contains a module with
administrative files for Karma to run.
location
- The location for this store.public void setModuleName(java.lang.String moduleName)
ManifestStore
. This name is assumed to be the name of the module in a version
control repository. The moduleName should be including any offset-directory in the version control system.
moduleName
- The module name for the manifest store.public Module getModule()
public java.lang.String getModuleName()
public ErrorCode checkConfiguration()
null
if none happened.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |