Searched refs:classpathAttribute (Results 1 – 3 of 3) sorted by relevance
174 String classpathAttribute = manifest.getMainAttributes() in getClassPathFromManifest() local176 if (classpathAttribute != null) { in getClassPathFromManifest()177 for (String path : CLASS_PATH_ATTRIBUTE_SEPARATOR.split(classpathAttribute)) { in getClassPathFromManifest()
430 String classpathAttribute = in getClassPathFromManifest() local432 if (classpathAttribute != null) { in getClassPathFromManifest()433 for (String path : CLASS_PATH_ATTRIBUTE_SEPARATOR.split(classpathAttribute)) { in getClassPathFromManifest()
429 String classpathAttribute = in getClassPathFromManifest() local431 if (classpathAttribute != null) { in getClassPathFromManifest()432 for (String path : CLASS_PATH_ATTRIBUTE_SEPARATOR.split(classpathAttribute)) { in getClassPathFromManifest()