|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.fusesource.tooling.fuse.cdc.api.resolver.RepositoryConfiguration
public class RepositoryConfiguration
A Java Bean used by the ResolverUtil class to configure
RemoteRepository objects.
| Constructor Summary | |
|---|---|
RepositoryConfiguration()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getId()
Gets the String value of id for this instance of RepositoryConfiguration. |
java.lang.String |
getLayout()
Gets the String value of layout for this instance of RepositoryConfiguration. |
java.lang.String |
getPassword()
Gets the String value of password for this instance of RepositoryConfiguration. |
java.net.URI |
getProxyUri()
Gets the URI value of proxyUri for this instance of RepositoryConfiguration. |
java.lang.String |
getReleaseChecksumPolicy()
Gets the String value of releaseChecksumPolicy for this instance of RepositoryConfiguration. |
java.lang.String |
getReleaseUpdatePolicy()
Gets the String value of releaseUpdatePolicy for this instance of RepositoryConfiguration. |
java.lang.String |
getSnapshotChecksumPolicy()
Gets the String value of snapshotChecksumPolicy for this instance of RepositoryConfiguration. |
java.lang.String |
getSnapshotUpdatePolicy()
Gets the String value of snapshotUpdatePolicy for this instance of RepositoryConfiguration. |
java.lang.String |
getUrl()
Gets the String value of url for this instance of RepositoryConfiguration. |
java.lang.String |
getUsername()
Gets the String value of username for this instance of RepositoryConfiguration. |
boolean |
isReleaseEnabled()
Gets the boolean value of releaseEnabled for this instance of RepositoryConfiguration. |
boolean |
isSnapshotEnabled()
Gets the boolean value of snapshotEnabled for this instance of RepositoryConfiguration. |
void |
setId(java.lang.String id)
Sets the String value of id for this instance of RepositoryConfiguration. |
void |
setLayout(java.lang.String layout)
Sets the String value of layout for this instance of RepositoryConfiguration. |
void |
setPassword(java.lang.String password)
Sets the String value of password for this instance of RepositoryConfiguration. |
void |
setProxyUri(java.net.URI proxyUri)
Sets the URI value of proxyUri for this instance of RepositoryConfiguration. |
void |
setReleaseChecksumPolicy(java.lang.String releaseChecksumPolicy)
Sets the String value of releaseChecksumPolicy for this instance of RepositoryConfiguration. |
void |
setReleaseEnabled(boolean releaseEnabled)
Sets the boolean value of releaseEnabled for this instance of RepositoryConfiguration. |
void |
setReleaseUpdatePolicy(java.lang.String releaseUpdatePolicy)
Sets the String value of releaseUpdatePolicy for this instance of RepositoryConfiguration. |
void |
setSnapshotChecksumPolicy(java.lang.String snapshotChecksumPolicy)
Sets the String value of snapshotChecksumPolicy for this instance of RepositoryConfiguration. |
void |
setSnapshotEnabled(boolean snapshotEnabled)
Sets the boolean value of snapshotEnabled for this instance of RepositoryConfiguration. |
void |
setSnapshotUpdatePolicy(java.lang.String snapshotUpdatePolicy)
Sets the String value of snapshotUpdatePolicy for this instance of RepositoryConfiguration. |
void |
setUrl(java.lang.String url)
Sets the String value of url for this instance of RepositoryConfiguration. |
void |
setUsername(java.lang.String username)
Sets the String value of username for this instance of RepositoryConfiguration. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RepositoryConfiguration()
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getId()
public void setId(java.lang.String id)
id - Sets String, default is nullpublic java.lang.String getUrl()
public void setUrl(java.lang.String url)
url - Sets String, default is nullpublic java.lang.String getLayout()
public void setLayout(java.lang.String layout)
layout - Sets String, default is 'default'public java.lang.String getUsername()
public void setUsername(java.lang.String username)
username - Sets String, default is nullpublic java.lang.String getPassword()
public void setPassword(java.lang.String password)
password - Sets String, default is nullpublic boolean isReleaseEnabled()
public void setReleaseEnabled(boolean releaseEnabled)
releaseEnabled - Sets boolean, default is truepublic java.lang.String getReleaseUpdatePolicy()
public void setReleaseUpdatePolicy(java.lang.String releaseUpdatePolicy)
releaseUpdatePolicy - Sets String, default is
RepositoryPolicy.UPDATE_POLICY_DAILYpublic java.lang.String getReleaseChecksumPolicy()
public void setReleaseChecksumPolicy(java.lang.String releaseChecksumPolicy)
releaseChecksumPolicy - Sets String, default is
RepositoryPolicy.CHECKSUM_POLICY_WARNpublic boolean isSnapshotEnabled()
public void setSnapshotEnabled(boolean snapshotEnabled)
snapshotEnabled - Sets boolean, default is falsepublic java.lang.String getSnapshotUpdatePolicy()
public void setSnapshotUpdatePolicy(java.lang.String snapshotUpdatePolicy)
snapshotUpdatePolicy - Sets String, default is
RepositoryPolicy.UPDATE_POLICY_DAILYpublic java.lang.String getSnapshotChecksumPolicy()
public void setSnapshotChecksumPolicy(java.lang.String snapshotChecksumPolicy)
snapshotChecksumPolicy - Sets String, default is
RepositoryPolicy.CHECKSUM_POLICY_WARNpublic void setProxyUri(java.net.URI proxyUri)
proxyUri - Sets URI, default is TODO add defaultpublic java.net.URI getProxyUri()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||