public class VanillaAssetTree extends Object implements AssetTree
| Constructor and Description |
|---|
VanillaAssetTree() |
VanillaAssetTree(int hostId) |
| Modifier and Type | Method and Description |
|---|---|
Asset |
acquireAsset(Class assetClass,
RequestContext context) |
void |
close() |
VanillaAssetTree |
forRemoteAccess(String hostname,
int port) |
VanillaAssetTree |
forTesting() |
VanillaAssetTree |
forTesting(boolean daemon) |
Asset |
getAsset(String fullName) |
Asset |
root() |
String |
toString() |
AssetTree |
withConfig(String etcDir,
String baseDir) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitacquireAsset, acquireMap, acquirePublisher, acquireReference, acquireService, acquireSet, acquireSubscription, acquireTopicPublisher, acquireView, disableManagement, enableManagement, getSubscription, getSubscriptionType, registerSubscriber, registerTopicSubscriber, unregisterSubscriber, unregisterTopicSubscriberpublic VanillaAssetTree()
public VanillaAssetTree(int hostId)
@NotNull public VanillaAssetTree forTesting()
@NotNull public VanillaAssetTree forTesting(boolean daemon)
@NotNull public VanillaAssetTree forRemoteAccess(String hostname, int port)
@NotNull public Asset acquireAsset(Class assetClass, @NotNull RequestContext context) throws AssetNotFoundException
acquireAsset in interface AssetTreeAssetNotFoundExceptionpublic void close()
close in interface Closeableclose in interface AutoCloseableCopyright © 2015. All rights reserved.