Class GraphRef

  • All Implemented Interfaces:
    IGraphRef

    public class GraphRef
    extends java.lang.Object
    implements IGraphRef
    • Constructor Summary

      Constructors 
      Constructor Description
      GraphRef​(java.lang.String repo, java.lang.String type, java.lang.String sha, java.lang.String name)
      Default constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      java.lang.String getRepo()  
      java.lang.String getSha()  
      java.lang.String getType()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GraphRef

        public GraphRef​(java.lang.String repo,
                        java.lang.String type,
                        java.lang.String sha,
                        java.lang.String name)
        Default constructor
        Parameters:
        repo - repo
        type - type
        sha - sha
        name - name
    • Method Detail

      • getRepo

        public java.lang.String getRepo()
        Specified by:
        getRepo in interface IGraphRef
      • getType

        public java.lang.String getType()
        Specified by:
        getType in interface IGraphRef
      • getSha

        public java.lang.String getSha()
        Specified by:
        getSha in interface IGraphRef
      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface IGraphRef