org.apache.rat.document.impl.guesser
Class GuessUtils

java.lang.Object
  extended by org.apache.rat.document.impl.guesser.GuessUtils

public class GuessUtils
extends Object


Constructor Summary
GuessUtils()
           
 
Method Summary
static String normalise(String name)
          Converts name to upper case and strips any path.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GuessUtils

public GuessUtils()
Method Detail

normalise

public static final String normalise(String name)
Converts name to upper case and strips any path.

Parameters:
name - not null
Returns:
not null


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.