| Package | Description |
|---|---|
| eu.fthevenet.binjr.data.workspace |
| Modifier and Type | Method and Description |
|---|---|
static Source |
Source.of(DataAdapter adapter)
Creates an instance of the
Source class from the provided DataAdapter |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<Source> |
Workspace.getSources()
|
| Modifier and Type | Method and Description |
|---|---|
void |
Workspace.addSource(Source sourceToAdd) |
void |
Workspace.removeSource(Source sourceToRemove) |
| Modifier and Type | Method and Description |
|---|---|
void |
Workspace.addSources(java.util.Collection<Source> sourcesToAdd)
/**
Add all the elements in the provided collection to the list of
Source instances |
void |
Workspace.removeSources(java.util.Collection<Source> sourcesToRemove)
Remove all the elements in the provided collection from the list of
Source instances |
Copyright © 2018 Frederic Thevenet. All rights reserved.