public class SolrPackage extends Object implements Comparable<SolrPackage>, ReflectMapWriter
Modifier and Type | Class and Description |
---|---|
static class |
SolrPackage.Artifact |
static class |
SolrPackage.Command |
static class |
SolrPackage.Manifest |
static class |
SolrPackage.Plugin |
static class |
SolrPackage.SolrPackageRelease |
MapWriter.EntryWriter
Modifier and Type | Field and Description |
---|---|
String |
description |
String |
name |
List<SolrPackage.SolrPackageRelease> |
versions |
Constructor and Description |
---|
SolrPackage() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(SolrPackage o) |
String |
getRepository() |
void |
setRepository(String repository) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
writeMap
_forEachEntry, _forEachEntry, _forEachEntry, _get, _get, _getStr, _getStr, _size
public String name
public String description
public List<SolrPackage.SolrPackageRelease> versions
public int compareTo(SolrPackage o)
compareTo
in interface Comparable<SolrPackage>
public String getRepository()
public void setRepository(String repository)
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.