public class ViewerComponent extends Object implements Comparable<ViewerComponent>
| Constructor and Description |
|---|
ViewerComponent(String path,
String className,
File[] sources,
File[] configSources,
org.json.JSONObject metadata,
String group) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ViewerComponent o) |
String |
getClassName() |
File[] |
getConfigSources() |
String |
getGroup() |
org.json.JSONObject |
getMetadata() |
String |
getPath() |
File[] |
getSources() |
void |
setGroup(String group) |
public String getClassName()
public org.json.JSONObject getMetadata()
public String getPath()
public File[] getSources()
public File[] getConfigSources()
public String getGroup()
public void setGroup(String group)
public int compareTo(ViewerComponent o)
compareTo in interface Comparable<ViewerComponent>Copyright © 2020. All rights reserved.