Package org.opennms.karaf.extender
Class Repository
- java.lang.Object
-
- org.opennms.karaf.extender.Repository
-
public class Repository extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Repository(java.nio.file.Path path, java.util.List<java.net.URI> featureUris, java.util.List<Feature> featuresBoot)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
containsSnapshots()
boolean
equals(java.lang.Object obj)
java.util.List<Feature>
getFeaturesBoot()
java.util.List<java.net.URI>
getFeatureUris()
int
hashCode()
java.net.URI
toMavenUri()
java.lang.String
toString()
-
-
-
Constructor Detail
-
Repository
public Repository(java.nio.file.Path path, java.util.List<java.net.URI> featureUris, java.util.List<Feature> featuresBoot) throws java.net.URISyntaxException
- Throws:
java.net.URISyntaxException
-
-
Method Detail
-
getFeatureUris
public java.util.List<java.net.URI> getFeatureUris()
-
getFeaturesBoot
public java.util.List<Feature> getFeaturesBoot()
-
toMavenUri
public java.net.URI toMavenUri()
-
containsSnapshots
public boolean containsSnapshots()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
-