public class IjProjectBuckConfig extends Object
Modifier and Type | Method and Description |
---|---|
static IjProjectConfig |
create(BuckConfig buckConfig,
AggregationMode aggregationMode,
String generatedFilesListFilename,
String projectRoot,
String moduleGroupName,
boolean isCleanerEnabled,
boolean removeUnusedLibraries,
boolean excludeArtifacts,
boolean includeTransitiveDependencies,
boolean skipBuild,
boolean keepModuleFilesInModuleDirsEnabled,
com.google.common.collect.ImmutableSet<String> includeTestPatterns,
com.google.common.collect.ImmutableSet<String> excludeTestPatterns) |
public static IjProjectConfig create(BuckConfig buckConfig, @Nullable AggregationMode aggregationMode, @Nullable String generatedFilesListFilename, @Nonnull String projectRoot, String moduleGroupName, boolean isCleanerEnabled, boolean removeUnusedLibraries, boolean excludeArtifacts, boolean includeTransitiveDependencies, boolean skipBuild, boolean keepModuleFilesInModuleDirsEnabled, com.google.common.collect.ImmutableSet<String> includeTestPatterns, com.google.common.collect.ImmutableSet<String> excludeTestPatterns)