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 booleancontainsSnapshots()booleanequals(java.lang.Object obj)java.util.List<Feature>getFeaturesBoot()java.util.List<java.net.URI>getFeatureUris()inthashCode()java.net.URItoMavenUri()java.lang.StringtoString()
-
-
-
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:
toStringin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
-