public class ClassContainerLocationInfo extends Object
| Constructor and Description |
|---|
ClassContainerLocationInfo(ClassContainerLocationInfo clone)
Used for a cloning the location info.
|
ClassContainerLocationInfo(String webAppName,
ClassLoader ldr,
URL url) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object paramObject)
AbstractBaseClassloaderInfoImpl could be only compared correctly with other
ClassContainerLocationInfo
instances. |
String |
getClassLoaderInfo()
Gets information about class loader info.
|
String |
getJarName()
File name of the JAR.
|
ClassLoader |
getLoader()
Gets loader instance itself.
|
int |
getOccurrences()
The number of occurrences of the JAR.
|
URL |
getPath()
Full path to JAR.
|
Set<ClassLocationInfo> |
getProvidedClasses() |
String |
getWebAppName()
Web application name like hmc, hac.
|
int |
hashCode() |
boolean |
isDuplicated()
Flag determining if the JAR is duplicated.
|
boolean |
isFolder() |
String |
toString() |
public static final String PLATFORM
public ClassContainerLocationInfo(ClassContainerLocationInfo clone)
public ClassContainerLocationInfo(String webAppName, ClassLoader ldr, URL url)
public int getOccurrences()
public String getJarName()
public URL getPath()
public boolean isFolder()
true if the ressource is a folder and not a jar file.public boolean equals(Object paramObject)
ClassContainerLocationInfo
instances.public Set<ClassLocationInfo> getProvidedClasses()
ClassLocationInfo which displays the content of the resource.public String getClassLoaderInfo()
public ClassLoader getLoader()
public String getWebAppName()
public boolean isDuplicated()
Copyright © 2017 SAP SE. All Rights Reserved.