public class ModuleSourceSet
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ModuleSourceSet.Type |
Constructor and Description |
---|
ModuleSourceSet(Module module,
ModuleSourceSet.Type type) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getDisplayName() |
Module |
getModule() |
static java.util.Set<Module> |
getModules(java.util.Collection<? extends ModuleSourceSet> sourceSets) |
ModuleSourceSet.Type |
getType() |
int |
hashCode() |
java.lang.String |
toString() |
public ModuleSourceSet(Module module, ModuleSourceSet.Type type)
public Module getModule()
public ModuleSourceSet.Type getType()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getDisplayName()
public static java.util.Set<Module> getModules(java.util.Collection<? extends ModuleSourceSet> sourceSets)