Class PathSet
- java.lang.Object
-
- jetbrains.buildServer.controllers.interceptors.PathSet
-
public class PathSet extends Object
- Author:
- Eugene Petrenko (eugene.petrenko@gmail.com) Date: 26.01.11 22:17
-
-
Constructor Summary
Constructors Constructor Description PathSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addAll(Collection<String> paths)
void
addPath(String path)
void
clear()
boolean
matches(String path)
-
-
-
Method Detail
-
addPath
public void addPath(@NotNull String path)
-
addAll
public void addAll(@NotNull Collection<String> paths)
-
clear
public void clear()
-
matches
public boolean matches(@NotNull String path)
-
-