Class LazyRefSpec

  • All Implemented Interfaces:
    Serializable

    public class LazyRefSpec
    extends org.eclipse.jgit.transport.RefSpec
    A refspec that retains information about the refs resolved from wildcards. This information can then be retrieved using toBreakingContractString().
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.eclipse.jgit.transport.RefSpec

        org.eclipse.jgit.transport.RefSpec.WildcardMode
    • Field Summary

      • Fields inherited from class org.eclipse.jgit.transport.RefSpec

        WILDCARD_SUFFIX
    • Constructor Summary

      Constructors 
      Constructor Description
      LazyRefSpec​(org.eclipse.jgit.transport.RefSpec refSpec)  
    • Constructor Detail

      • LazyRefSpec

        public LazyRefSpec​(org.eclipse.jgit.transport.RefSpec refSpec)
    • Method Detail

      • expandFromSource

        public org.eclipse.jgit.transport.RefSpec expandFromSource​(String r)
        Overrides:
        expandFromSource in class org.eclipse.jgit.transport.RefSpec
      • expandFromSource

        public org.eclipse.jgit.transport.RefSpec expandFromSource​(org.eclipse.jgit.lib.Ref r)
        Overrides:
        expandFromSource in class org.eclipse.jgit.transport.RefSpec
      • expandFromDestination

        public org.eclipse.jgit.transport.RefSpec expandFromDestination​(String r)
        Overrides:
        expandFromDestination in class org.eclipse.jgit.transport.RefSpec
      • expandFromDestination

        public org.eclipse.jgit.transport.RefSpec expandFromDestination​(org.eclipse.jgit.lib.Ref r)
        Overrides:
        expandFromDestination in class org.eclipse.jgit.transport.RefSpec
      • getExpandedSources

        public Collection<org.eclipse.jgit.transport.RefSpec> getExpandedSources()
      • toBreakingContractString

        public String toBreakingContractString()