java.lang.Object
de.sormuras.bach.project.TestPreview
- All Implemented Interfaces:
Realm<TestPreview>
public final class TestPreview extends Object implements Realm<TestPreview>
Source set of
test-preview modules.-
Constructor Summary
Constructors Constructor Description TestPreview(SourceUnitMap units) -
Method Summary
Modifier and Type Method Description Stringname()Return the name of the realm.static TestPreviewof()SourceUnitMapunits()Return the underlying map of modular source units.TestPreviewunits(SourceUnitMap units)Create a new copy instance with setting the given modular source units map.
-
Constructor Details
-
Method Details
-
units
Description copied from interface:RealmReturn the underlying map of modular source units.- Specified by:
unitsin interfaceRealm<TestPreview>- Returns:
- A
SourceUnitMapinstance
-
name
Description copied from interface:RealmReturn the name of the realm.- Specified by:
namein interfaceRealm<TestPreview>- Returns:
- An empty string for the main realm, else a non-empty name string
-
of
-
units
Description copied from interface:RealmCreate a new copy instance with setting the given modular source units map.- Specified by:
unitsin interfaceRealm<TestPreview>- Parameters:
units- The modular source unit map to set- Returns:
- A new copy instance
-