org.eclipse.egit.github.core
Class ShaResource

java.lang.Object
  extended by org.eclipse.egit.github.core.ShaResource
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TypedResource

public class ShaResource
extends Object
implements Serializable

Model class for resources identified by a SHA-1

See Also:
Serialized Form

Constructor Summary
ShaResource()
           
 
Method Summary
 String getSha()
           
 ShaResource setSha(String sha)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShaResource

public ShaResource()
Method Detail

getSha

public String getSha()
Returns:
sha

setSha

public ShaResource setSha(String sha)
Parameters:
sha -
Returns:
this resource


Copyright © 2012. All Rights Reserved.