jackHack.util.string
Class UtilitiesString

java.lang.Object
  extended by jackHack.util.string.UtilitiesString

public class UtilitiesString
extends java.lang.Object

Utilities for path

Author:
JackHack

Field Summary
private static java.lang.String CLASS_NAME
          Real class name.
 
Constructor Summary
UtilitiesString()
           
 
Method Summary
static java.lang.String convertRelativePathToAbsolutePath(java.lang.String relativePath)
          Convert relative path from the jar to local disk absolute path
private static java.lang.String obtainClassName(java.lang.Class clas)
          Obtain a real class name
Without package, with ".class"
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_NAME

private static final java.lang.String CLASS_NAME
Real class name. Without package, with ".class"

Constructor Detail

UtilitiesString

public UtilitiesString()
Method Detail

obtainClassName

private static java.lang.String obtainClassName(java.lang.Class clas)
Obtain a real class name
Without package, with ".class"

Parameters:
clas - Class to get the name
Returns:
Real Class name

convertRelativePathToAbsolutePath

public static java.lang.String convertRelativePathToAbsolutePath(java.lang.String relativePath)
Convert relative path from the jar to local disk absolute path

Parameters:
relativePath - Path to convert
Returns:
Converted path