Uses of Enum Class
org.eclipse.jgit.transport.TransportProtocol.URIishField
Packages that use TransportProtocol.URIishField
-
Uses of TransportProtocol.URIishField in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport that return TransportProtocol.URIishFieldModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static TransportProtocol.URIishField[]
TransportProtocol.URIishField.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.jgit.transport that return types with arguments of type TransportProtocol.URIishFieldModifier and TypeMethodDescriptionTestProtocol.getOptionalFields()
TransportProtocol.getOptionalFields()
Get immutable set of URIishFields that may be filled in.TestProtocol.getRequiredFields()
TransportProtocol.getRequiredFields()
Get immutable set of URIishFields that must be filled in.