public static class MarkRootActionBase.RootsSelection
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static MarkRootActionBase.RootsSelection |
EMPTY |
boolean |
myHaveSelectedFilesUnderSourceRoots |
Module |
myModule |
java.util.List<VirtualFile> |
mySelectedDirectories |
java.util.List<ExcludeFolder> |
mySelectedExcludeRoots |
java.util.List<SourceFolder> |
mySelectedRoots |
Constructor and Description |
---|
RootsSelection(Module module) |
public static final MarkRootActionBase.RootsSelection EMPTY
public final Module myModule
public java.util.List<SourceFolder> mySelectedRoots
public java.util.List<ExcludeFolder> mySelectedExcludeRoots
public java.util.List<VirtualFile> mySelectedDirectories
public boolean myHaveSelectedFilesUnderSourceRoots
public RootsSelection(Module module)