thredds.logs
Class LogCategorizer

java.lang.Object
  extended by thredds.logs.LogCategorizer

public class LogCategorizer
extends Object

Class Description.

Since:
Mar 23, 2009
Author:
caron

Field Summary
static String[] services
           
 
Method Summary
static String findService(String path)
           
static String getDataroot(String path, int status)
           
static String[] getRoots()
           
static String getService(String path)
           
static String getServiceSpecial(String path)
           
static void main(String[] args)
           
static PathMatcher readRoots()
           
static void setRoots(String raw)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

services

public static String[] services
Method Detail

getRoots

public static String[] getRoots()

setRoots

public static void setRoots(String raw)

readRoots

public static PathMatcher readRoots()

getDataroot

public static String getDataroot(String path,
                                 int status)

getServiceSpecial

public static String getServiceSpecial(String path)

getService

public static String getService(String path)

findService

public static String findService(String path)

main

public static void main(String[] args)
                 throws IOException
Throws:
IOException


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.