com.lti.utils
Class PathUtils

java.lang.Object
  extended by com.lti.utils.PathUtils

public final class PathUtils
extends java.lang.Object

Path utilities. TODO: move to src.utils/com.lti.utils.

Author:
Ken Larson

Method Summary
static java.lang.String extractExtension(java.lang.String s)
          does not include the dot.
static java.lang.String getTempPath()
          Convenience method to get java.io.tmpdir system property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTempPath

public static java.lang.String getTempPath()
Convenience method to get java.io.tmpdir system property.


extractExtension

public static java.lang.String extractExtension(java.lang.String s)
does not include the dot. s can be filename + ext or full path.