Given an input string of the type "com.company.project.AClass", getPath will return
"com.company.project" (or an empty string if the input string is "AClass").
Given an input string of the type "com.company.project.AClass", getSimpleName will return
"AClass" (or the string itself if the input string is "AClass").