Package thredds.logs
Class LogCategorizer
- java.lang.Object
-
- thredds.logs.LogCategorizer
-
public class LogCategorizer extends Object
Class Description.- Since:
- Mar 23, 2009
-
-
Constructor Summary
Constructors Constructor Description LogCategorizer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
findService(String path)
static String
getDataroot(String path, int status)
static String
getService(String path)
static String
getServiceSpecial(String path)
static PathMatcher
readRoots()
static void
setRoots(String raw)
-
-
-
Field Detail
-
services
public static String[] services
-
-
Method Detail
-
setRoots
public static void setRoots(String raw)
-
readRoots
public static PathMatcher readRoots()
-
-