Package | Description |
---|---|
com.atlassian.confluence.admin.actions | |
com.atlassian.confluence.util.classpath |
Modifier and Type | Method and Description |
---|---|
Set<JarSet> |
ViewSystemClasspathAction.getJarSetsWithCommonClasses() |
Modifier and Type | Method and Description |
---|---|
Set<String> |
ViewSystemClasspathAction.getCommonPackages(JarSet jars) |
Modifier and Type | Field and Description |
---|---|
static JarSet |
JarSet.EMPTY_JAR_SET |
Modifier and Type | Method and Description |
---|---|
JarSet |
ClasspathClasses.getJarsForClass(String classFileName)
Returns a set of JAR URLs which contain a given class.
|
Modifier and Type | Method and Description |
---|---|
Set<JarSet> |
DuplicateClassFinder.getJarSetsWithCommonClasses() |
Set<JarSet> |
ClasspathJarSets.getJarSetsWithCommonClasses() |
Set<JarSet> |
ClasspathJarDuplicateClassFinder.getJarSetsWithCommonClasses() |
Modifier and Type | Method and Description |
---|---|
void |
ClasspathJarSets.addClass(String classFileName,
JarSet jars) |
SortedSet<String> |
DuplicateClassFinder.getClassFileNames(JarSet jars) |
SortedSet<String> |
ClasspathJarSets.getClassFileNames(JarSet jars)
Returns the class files in a given set of JARs, which may be one or more JARs.
|
SortedSet<String> |
ClasspathJarDuplicateClassFinder.getClassFileNames(JarSet jars) |
SortedSet<String> |
DuplicateClassFinder.getClassNames(JarSet jars) |
SortedSet<String> |
ClasspathJarSets.getClassNames(JarSet jars) |
SortedSet<String> |
ClasspathJarDuplicateClassFinder.getClassNames(JarSet jars) |
SortedSet<String> |
DuplicateClassFinder.getPackageNames(JarSet jars) |
SortedSet<String> |
ClasspathJarSets.getPackageNames(JarSet jars)
Returns the packages in a given set of JARs, which may be one or more JARs.
|
SortedSet<String> |
ClasspathJarDuplicateClassFinder.getPackageNames(JarSet jars) |
Copyright © 2003–2015 Atlassian. All rights reserved.