org.objectweb.util.monolog.file
Class DottedStringTools

java.lang.Object
  extended by org.objectweb.util.monolog.file.DottedStringTools

public class DottedStringTools
extends Object

Author:
Sebastien Chassande-Barrioz

Constructor Summary
DottedStringTools()
           
 
Method Summary
static String getBegin(String dottedName)
           
static String getEnd(String dottedName)
           
static String getFirst(String dottedName)
           
static String getLast(String dottedName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DottedStringTools

public DottedStringTools()
Method Detail

getLast

public static String getLast(String dottedName)

getEnd

public static String getEnd(String dottedName)

getBegin

public static String getBegin(String dottedName)

getFirst

public static String getFirst(String dottedName)


Copyright © 2012 OW2 Consortium. All Rights Reserved.