Package org.eclipse.tycho.plugins.p2
Class Repository
- java.lang.Object
-
- org.eclipse.tycho.plugins.p2.Repository
-
public class Repository extends Object
-
-
Constructor Summary
Constructors Constructor Description Repository()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
URI
getUrl()
MavenRepositoryLocation
toRepositoryLocation()
-
-
-
Method Detail
-
getUrl
public URI getUrl()
-
getId
public String getId()
-
toRepositoryLocation
public MavenRepositoryLocation toRepositoryLocation()
-
-