public class PluginList extends Object implements Comparable<PluginList>
| Constructor and Description |
|---|
PluginList(File pluginsXml) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String name,
String version) |
int |
compareTo(PluginList other) |
Map<String,String> |
getPlugins() |
void |
load() |
void |
save() |
void |
setPlugins(Map<String,String> plugins) |
public PluginList(File pluginsXml)
public void save()
throws IOException
IOExceptionpublic void load()
throws IOException
IOExceptionpublic int compareTo(PluginList other)
compareTo in interface Comparable<PluginList>Copyright © 2016. All rights reserved.