groupProjectByFolderDepth property

int groupProjectByFolderDepth
final

How many folder segments — counted after the package root — the project group is broken up by. 0 keeps the whole path, which is the original behaviour of groupProjectByFolder. Any value above 0 also switches that grouping on, since setting a depth is asking for it.

Implementation

final int groupProjectByFolderDepth;