public interface InputRuleResolver
Modifier and Type | Interface and Description |
---|---|
static interface |
InputRuleResolver.UnsafeInternals
Encapsulates some exposed internal implementation details.
|
Modifier and Type | Method and Description |
---|---|
Optional<BuildRule> |
resolve(SourcePath path) |
InputRuleResolver.UnsafeInternals |
unsafe()
Provides access to internal implementation details of the resolver.
|
Optional<BuildRule> resolve(SourcePath path)
InputRuleResolver.UnsafeInternals unsafe()