public class JarOrderOptimizer
extends java.lang.Object
implements java.util.Comparator<java.io.File>
#orderedAcsJarNames and optionally also
in the property acs.system.classpath.appltopjars.
The classloader will then not have to read through unimportant jar files first, which should improve class loading performance on IO-challenged machines.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ACS_TOP_JARS_FILENAME
The name of the file in the alma.acs.classloading package with the list of top jars
|
static java.lang.String |
PROPERTY_APPLICATION_TOPJARS |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(java.io.File f1,
java.io.File f2) |
public static final java.lang.String PROPERTY_APPLICATION_TOPJARS
public static final java.lang.String ACS_TOP_JARS_FILENAME