Class DirectivesModuleProvided
java.lang.Object
org.eolang.jeo.representation.directives.DirectivesModuleProvided
- All Implemented Interfaces:
Iterable<org.xembly.Directive>
public final class DirectivesModuleProvided
extends Object
implements Iterable<org.xembly.Directive>
Directives for module provided.
- Since:
- 0.15.0
-
Constructor Summary
ConstructorsConstructorDescriptionDirectivesModuleProvided(Format format, String service, List<String> providers) Constructor. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
DirectivesModuleProvided
Constructor.- Parameters:
format- Directive format.service- The internal name of the service.providers- The internal names of the implementations of the service.
-
-
Method Details