Modifier and Type | Field and Description |
---|---|
static com.google.common.base.Predicate<Directory> |
ACTIVE_FILTER
Deprecated.
Use
Directory.isActive() instead. Since 3.4.0. |
static com.google.common.base.Function<Directory,String> |
NAME_FUNCTION
Deprecated.
Use
Directory.getName() instead. Since 3.4.0. |
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Predicate<Directory> |
directoryWithIdPredicate(long directoryId)
Matches for directories with the specified directoryId.
|
static Iterable<String> |
namesOf(Iterable<? extends Directory> directories)
Deprecated.
Use
Directory.getName() instead. Since 3.4.0. |
@Deprecated public static final com.google.common.base.Function<Directory,String> NAME_FUNCTION
Directory.getName()
instead. Since 3.4.0.@Deprecated public static final com.google.common.base.Predicate<Directory> ACTIVE_FILTER
Directory.isActive()
instead. Since 3.4.0.@Deprecated public static Iterable<String> namesOf(Iterable<? extends Directory> directories)
Directory.getName()
instead. Since 3.4.0.directories
- some directoriespublic static com.google.common.base.Predicate<Directory> directoryWithIdPredicate(long directoryId)
directoryId
- directory ID to matchtrue
if the directory has the specified directoryIDCopyright © 2021 Atlassian. All rights reserved.