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