Uses of Enum Class
org.ek9lang.cli.DependencyNode.RejectionReason
Packages that use DependencyNode.RejectionReason
Package
Description
A-1 - Start here for the main command-line entry use of the compiler.
-
Uses of DependencyNode.RejectionReason in org.ek9lang.cli
Subclasses with type arguments of type DependencyNode.RejectionReason in org.ek9lang.cliModifier and TypeClassDescriptionstatic enumWhy was a dependency rejected.Methods in org.ek9lang.cli that return DependencyNode.RejectionReasonModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static DependencyNode.RejectionReason[]DependencyNode.RejectionReason.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.ek9lang.cli with parameters of type DependencyNode.RejectionReasonModifier and TypeMethodDescription(package private) voidDependencyNode.setRejected(DependencyNode.RejectionReason reason, boolean rejected, boolean alsoRejectDependencies) Reject this dependency and optionally reject any dependencies it pulled in.