Eclipse Platform
Release 3.6

org.eclipse.equinox.p2.repository.spi
Class RepositoryReference

java.lang.Object
  extended by org.eclipse.equinox.p2.repository.spi.RepositoryReference

public class RepositoryReference
extends Object

Serialization helper class for repository references.

Since:
2.0

Field Summary
 URI Location
           
 String Nickname
           
 int Options
           
 int Type
           
 
Constructor Summary
RepositoryReference(URI location, String nickname, int type, int options)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Location

public URI Location

Type

public int Type

Options

public int Options

Nickname

public String Nickname
Constructor Detail

RepositoryReference

public RepositoryReference(URI location,
                           String nickname,
                           int type,
                           int options)
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.