|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.cvsgrab.WebOptions
public class WebOptions
Options for the web repository
| Nested Class Summary | |
|---|---|
class |
WebOptions.HttpProxy
Nested element for configuring the proxy for http connections |
class |
WebOptions.WebAuthentification
Nested element for configuring the web server authentification |
| Constructor Summary | |
|---|---|
WebOptions()
|
|
| Method Summary | |
|---|---|
void |
clearLocation()
Clears the location parameters |
WebOptions.HttpProxy |
getHttpProxy()
Gets the httpProxy. |
String |
getPackagePath()
|
String |
getProjectRoot()
|
String |
getQueryParams()
|
String |
getRootUrl()
|
String |
getVersionTag()
|
WebOptions.WebAuthentification |
getWebAuthentification()
Gets the webAuthentification. |
String |
getWebInterfaceId()
Gets the webInterfaceId. |
void |
readProperties(Properties properties)
|
void |
setHttpProxy(WebOptions.HttpProxy httpProxy)
Sets the httpProxy. |
void |
setPackagePath(String packagePath)
Sets the path of the package/module to update from CVS |
void |
setProjectRoot(String projectRoot)
|
void |
setQueryParams(String queryParams)
|
void |
setRootUrl(String rootUrl)
Sets the url for the root of the CVS repository accessible via ViewCVS |
void |
setupConnectionSettings()
Setup the the http proxy and the web authentification settings. |
void |
setVersionTag(String versionTag)
Sets the name of the tagged version of the files to retrieve, or null |
void |
setWebAuthentification(WebOptions.WebAuthentification webAuthentification)
Sets the webAuthentification. |
void |
setWebInterfaceId(String webInterfaceId)
Sets the webInterfaceId. |
void |
writeProperties(Properties properties)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebOptions()
| Method Detail |
|---|
public void setupConnectionSettings()
public void readProperties(Properties properties)
public void writeProperties(Properties properties)
public String getRootUrl()
public void setRootUrl(String rootUrl)
rootUrl - The rootUrl to set.public String getPackagePath()
public void setPackagePath(String packagePath)
packagePath - The packagePath to set.public String getProjectRoot()
public void setProjectRoot(String projectRoot)
public String getVersionTag()
public void setVersionTag(String versionTag)
versionTag - The versionTag to set.public String getQueryParams()
public void setQueryParams(String queryParams)
queryParams - The queryParams to set.public String getWebInterfaceId()
public void setWebInterfaceId(String webInterfaceId)
webInterfaceId - The webInterfaceId to set.public WebOptions.HttpProxy getHttpProxy()
public void setHttpProxy(WebOptions.HttpProxy httpProxy)
httpProxy - The httpProxy to set.public WebOptions.WebAuthentification getWebAuthentification()
public void setWebAuthentification(WebOptions.WebAuthentification webAuthentification)
webAuthentification - The webAuthentification to set.public void clearLocation()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||