Class JavaExec
java.lang.Object
org.jdrupes.builder.core.AbstractProvider
org.jdrupes.builder.java.JavaExec
- All Implemented Interfaces:
ResourceProvider, ResourceRetriever
The Class JavaExec.
-
Field Summary
Fields inherited from class AbstractProvider
log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoProvide(ResourceRequest<T> requested) Invoked byResourceProviderSpi.provide(ResourceRequest)after checking if the invocation is allowed.from(Stream<ResourceProvider> providers) Additionally uses the given providers for obtaining contents for the jar.from(ResourceProvider... providers) Additionally uses the given providers for obtaining contents for the jar.Methods inherited from class AbstractProvider
context, newResource, of, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface ResourceProvider
of, resources
-
Constructor Details
-
JavaExec
-
-
Method Details
-
from
Additionally uses the given providers for obtaining contents for the jar.- Specified by:
fromin interfaceResourceRetriever- Parameters:
providers- the providers- Returns:
- the jar generator
-
from
Additionally uses the given providers for obtaining contents for the jar.- Specified by:
fromin interfaceResourceRetriever- Parameters:
providers- the providers- Returns:
- the jar generator
-
doProvide
Description copied from class:AbstractProviderInvoked byResourceProviderSpi.provide(ResourceRequest)after checking if the invocation is allowed.- Specified by:
doProvidein classAbstractProvider- Type Parameters:
T- the generic type- Parameters:
requested- the requested- Returns:
- the stream
-