Package org.eclipse.jgit.transport
Class NetRC.NetRCEntry
java.lang.Object
org.eclipse.jgit.transport.NetRC.NetRCEntry
- Enclosing class:
NetRC
.netrc file entry
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
login
login netrc entry -
password
public char[] passwordpassword netrc entry -
machine
machine netrc entry -
account
account netrc entry -
macdef
macdef netrc entry. Defines a macro. This token functions like the ftp macdef command functions. A macro is defined with the specified name; its contents begins with the next .netrc line and continues until a null line (consecutive new-line characters) is encountered. If a macro named init is defined, it is automatically executed as the last step in the auto-login process. -
macbody
macro script body of macdef entry.
-
-
Constructor Details
-
NetRCEntry
public NetRCEntry()Default constructor
-
-
Method Details
-
complete
boolean complete()
-