public interface HasGoLinkable
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<String> |
getAssemblerFlags() |
com.google.common.collect.ImmutableList<String> |
getCompilerFlags() |
com.google.common.collect.ImmutableList<String> |
getExternalLinkerFlags() |
com.google.common.collect.ImmutableList<String> |
getLinkerFlags() |
Optional<com.facebook.buck.features.go.GoLinkStep.LinkMode> |
getLinkMode() |
Optional<Linker.LinkableDepType> |
getLinkStyle() |
Optional<Flavor> |
getPlatform() |
com.google.common.collect.ImmutableSortedSet<SourcePath> |
getResources() |
Optional<Linker.LinkableDepType> getLinkStyle()
Optional<com.facebook.buck.features.go.GoLinkStep.LinkMode> getLinkMode()
com.google.common.collect.ImmutableList<String> getCompilerFlags()
com.google.common.collect.ImmutableList<String> getAssemblerFlags()
com.google.common.collect.ImmutableList<String> getLinkerFlags()
com.google.common.collect.ImmutableList<String> getExternalLinkerFlags()
@Value.NaturalOrder com.google.common.collect.ImmutableSortedSet<SourcePath> getResources()