Package restx.factory
Class StdWarehouse
java.lang.Object
restx.factory.StdWarehouse
- All Implemented Interfaces:
AutoCloseable,Warehouse
User: xavierhanin
Date: 1/31/13
Time: 5:47 PM
-
Nested Class Summary
Nested classes/interfaces inherited from interface restx.factory.Warehouse
Warehouse.StoredBox<T> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> voidcheckIn(ComponentBox<T> componentBox, SatisfiedBOM satisfiedBOM) <T> com.google.common.base.Optional<NamedComponent<T>>voidclose()getId()com.google.common.collect.ImmutableList<Warehouse><T> com.google.common.base.Optional<Warehouse.StoredBox<T>>getStoredBox(Name<T> name) listDependencies(Name name) toString()
-
Constructor Details
-
StdWarehouse
public StdWarehouse() -
StdWarehouse
-
-
Method Details
-
getProviders
- Specified by:
getProvidersin interfaceWarehouse
-
getId
-
getStoredBox
- Specified by:
getStoredBoxin interfaceWarehouse
-
checkOut
-
checkIn
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceWarehouse
-
listNames
-
listDependencies
- Specified by:
listDependenciesin interfaceWarehouse
-
toString
-