| Modifier and Type | Method and Description |
|---|---|
static <A> Asset |
Chassis.acquireAsset(String name,
Class<A> assetClass,
Class class1,
Class class2) |
static Asset |
Chassis.addAsset(String name,
Assetted item) |
static Asset |
Chassis.getAsset(String name) |
| Modifier and Type | Field and Description |
|---|---|
Asset |
FactoryContext.parent |
| Modifier and Type | Method and Description |
|---|---|
<A> Asset |
Session.acquireAsset(String name,
Class<A> assetClass,
Class class1,
Class class2) |
<A> Asset |
Asset.acquireChild(String name,
Class<A> assetClass,
Class class1,
Class class2) |
Asset |
Session.add(String name,
Assetted resource) |
Asset |
Asset.add(String name,
Assetted resource) |
Asset |
Assetted.asset() |
Asset |
Session.getAsset(String name) |
default Asset |
Asset.getAsset(String name) |
default Asset |
Session.getAssetOrANFE(String name) |
Asset |
Asset.getChild(String name) |
Asset |
FactoryContext.parent() |
Asset |
Asset.parent() |
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<Asset> |
Asset.children() |
| Modifier and Type | Method and Description |
|---|---|
void |
Assetted.asset(Asset asset) |
static FactoryContext<Assetted> |
FactoryContext.factoryContext(Asset parent) |
static <I> I |
View.forSession(I i,
LocalSession session,
Asset asset) |
View |
View.forSession(LocalSession session,
Asset asset) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SubAsset<T>
Created by peter on 23/05/15.
|
| Modifier and Type | Method and Description |
|---|---|
Asset |
VanillaKeyValueStore.asset() |
Asset |
VanillaMapView.asset() |
Asset |
AbstractKeyValueStore.asset() |
Asset |
VanillaStringStringKeyValueStore.asset() |
Asset |
FilePerKeyValueStore.asset() |
Asset |
VanillaEntrySetView.asset() |
Asset |
ObjectObjectKeyValueStore.asset() |
Asset |
VanillaStringMarshallableKeyValueStore.asset() |
Asset |
VanillaTopicPublisher.asset() |
| Modifier and Type | Method and Description |
|---|---|
void |
VanillaKeyValueStore.asset(Asset asset) |
void |
VanillaMapView.asset(Asset asset) |
void |
AbstractKeyValueStore.asset(Asset asset) |
void |
VanillaStringStringKeyValueStore.asset(Asset asset) |
void |
FilePerKeyValueStore.asset(Asset asset) |
void |
VanillaEntrySetView.asset(Asset asset) |
void |
ObjectObjectKeyValueStore.asset(Asset asset) |
void |
VanillaStringMarshallableKeyValueStore.asset(Asset asset) |
void |
VanillaTopicPublisher.asset(Asset asset) |
View |
VanillaMapView.forSession(LocalSession session,
Asset asset) |
View |
VanillaSubscriptionKeyValueStore.forSession(LocalSession session,
Asset asset) |
View |
VanillaStringStringKeyValueStore.forSession(LocalSession session,
Asset asset) |
View |
FilePerKeyValueStore.forSession(LocalSession session,
Asset asset) |
View |
VanillaEntrySetView.forSession(LocalSession session,
Asset asset) |
View |
VanillaStringMarshallableKeyValueStore.forSession(LocalSession session,
Asset asset) |
View |
VanillaTopicPublisher.forSession(LocalSession session,
Asset asset) |
| Constructor and Description |
|---|
VanillaEntrySetView(Asset asset,
KeyValueStore<K,MV,V> underlying) |
VanillaMapView(Asset asset,
KeyValueStore<K,MV,V> kvStore,
boolean putReturnsNull,
boolean removeReturnsNull) |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalAsset |
class |
VanillaAsset
Created by peter on 22/05/15.
|
class |
VanillaSubAsset<T>
Created by peter on 22/05/15.
|
| Modifier and Type | Method and Description |
|---|---|
<A> Asset |
VanillaSession.acquireAsset(String name,
Class<A> assetClass,
Class class1,
Class class2) |
<A> Asset |
LocalSession.acquireAsset(String name,
Class<A> assetClass,
Class class1,
Class class2) |
<A> Asset |
VanillaAsset.acquireChild(String name,
Class<A> assetClass,
Class class1,
Class class2) |
<A> Asset |
VanillaSubAsset.acquireChild(String name,
Class<A> assetClass,
Class class1,
Class class2) |
<A> Asset |
LocalAsset.acquireChild(String name,
Class<A> assetClass,
Class class1,
Class class2) |
Asset |
VanillaAsset.add(String name,
Assetted resource) |
Asset |
VanillaSession.add(String name,
Assetted resource) |
Asset |
VanillaSubAsset.add(String name,
Assetted resource) |
Asset |
LocalAsset.add(String name,
Assetted resource) |
Asset |
LocalSession.add(String name,
Assetted resource) |
Asset |
LocalAsset.asset() |
protected <A> Asset |
VanillaAsset.createAsset(String name,
Class<A> assetClass,
Class class1,
Class class2) |
Asset |
VanillaSession.getAsset(String name) |
Asset |
VanillaSubAsset.getAsset(String name) |
Asset |
LocalSession.getAsset(String name) |
Asset |
VanillaAsset.getChild(String name) |
Asset |
VanillaSubAsset.getChild(String name) |
Asset |
LocalAsset.getChild(String name) |
Asset |
VanillaAsset.parent() |
Asset |
VanillaSubAsset.parent() |
Asset |
LocalAsset.parent() |
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<Asset> |
VanillaAsset.children() |
java.util.stream.Stream<Asset> |
VanillaSubAsset.children() |
java.util.stream.Stream<Asset> |
LocalAsset.children() |
| Modifier and Type | Method and Description |
|---|---|
void |
LocalAsset.asset(Asset asset) |
View |
VanillaSubAsset.forSession(LocalSession session,
Asset asset) |
| Constructor and Description |
|---|
LocalAsset(LocalSession session,
String name,
Asset parent,
Asset underlying) |
Copyright © 2015. All rights reserved.