Package org.jclouds.byon.suppliers
Class SupplyFromProviderURIOrNodesProperty
java.lang.Object
com.google.common.io.ByteSource
org.jclouds.byon.suppliers.SupplyFromProviderURIOrNodesProperty
- All Implemented Interfaces:
com.google.common.base.Function<URI,
,InputStream> Function<URI,
InputStream>
public class SupplyFromProviderURIOrNodesProperty
extends com.google.common.io.ByteSource
implements com.google.common.base.Function<URI,InputStream>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSupplyFromProviderURIOrNodesProperty
(com.google.common.base.Supplier<URI> url) -
Method Summary
Methods inherited from class com.google.common.io.ByteSource
asCharSource, concat, concat, concat, contentEquals, copyTo, copyTo, empty, hash, isEmpty, openBufferedStream, read, read, size, sizeIfKnown, slice, wrap
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.common.base.Function
equals
-
Field Details
-
logger
-
-
Constructor Details
-
SupplyFromProviderURIOrNodesProperty
-
SupplyFromProviderURIOrNodesProperty
-
-
Method Details
-
openStream
- Specified by:
openStream
in classcom.google.common.io.ByteSource
-
toString
-
apply
- Specified by:
apply
in interfacecom.google.common.base.Function<URI,
InputStream> - Specified by:
apply
in interfaceFunction<URI,
InputStream>
-