public class RemoteConfig extends org.eclipse.jgit.lib.Config implements Externalizable
| Constructor and Description |
|---|
RemoteConfig()
Create remote config proxy
|
| Modifier and Type | Method and Description |
|---|---|
String |
getString(String section,
String subsection,
String name) |
String[] |
getStringList(String section,
String subsection,
String name) |
void |
readExternal(ObjectInput in) |
void |
setFetch(List<String> fetch) |
void |
setPush(List<String> push) |
void |
setReceivepack(String receivepack) |
void |
setTagopt(String tagopt) |
void |
setUploadpack(String uploadpack) |
void |
setUris(List<String> uris) |
org.eclipse.jgit.transport.RemoteConfig |
toRemote() |
void |
writeExternal(ObjectOutput out) |
addChangeListener, clear, fireConfigChangedEvent, fromText, get, getBoolean, getBoolean, getEnum, getEnum, getInt, getInt, getLong, getLong, getNames, getNames, getNames, getNames, getSections, getSubsections, notifyUponTransientChanges, setBoolean, setEnum, setInt, setLong, setString, setStringList, toText, uncache, unset, unsetSectionpublic void setTagopt(String tagopt)
public void setReceivepack(String receivepack)
public void setUploadpack(String uploadpack)
public String getString(String section, String subsection, String name)
getString in class org.eclipse.jgit.lib.Configpublic String[] getStringList(String section, String subsection, String name)
getStringList in class org.eclipse.jgit.lib.Configpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic org.eclipse.jgit.transport.RemoteConfig toRemote()
throws URISyntaxException
URISyntaxException - if any.Copyright © 2004-2015 Hudson. All Rights Reserved.