Uses of Class
org.eclipse.jgit.transport.NetRC.State
-
Packages that use NetRC.State Package Description org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of NetRC.State in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport with type parameters of type NetRC.State Modifier and Type Field Description private static java.util.TreeMap<java.lang.String,NetRC.State>
NetRC. STATE
Methods in org.eclipse.jgit.transport that return NetRC.State Modifier and Type Method Description static NetRC.State
NetRC.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static NetRC.State[]
NetRC.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-