public class AppleLibrarySwiftMetadata extends Object
| Constructor and Description | 
|---|
| AppleLibrarySwiftMetadata(com.google.common.collect.ImmutableSet<SourceWithFlags> swiftSources,
                         com.google.common.collect.ImmutableSet<SourceWithFlags> nonSwiftSources) | 
| Modifier and Type | Method and Description | 
|---|---|
| static AppleLibrarySwiftMetadata | from(com.google.common.collect.ImmutableSortedSet<SourceWithFlags> allSources,
    SourcePathResolverAdapter pathResolver) | 
| com.google.common.collect.ImmutableSet<SourceWithFlags> | getNonSwiftSources() | 
| com.google.common.collect.ImmutableSet<SourceWithFlags> | getSwiftSources() | 
public AppleLibrarySwiftMetadata(com.google.common.collect.ImmutableSet<SourceWithFlags> swiftSources, com.google.common.collect.ImmutableSet<SourceWithFlags> nonSwiftSources)
public com.google.common.collect.ImmutableSet<SourceWithFlags> getSwiftSources()
public com.google.common.collect.ImmutableSet<SourceWithFlags> getNonSwiftSources()
public static AppleLibrarySwiftMetadata from(com.google.common.collect.ImmutableSortedSet<SourceWithFlags> allSources, SourcePathResolverAdapter pathResolver)