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