|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.confluence.it.plugin.ClasspathUploadablePlugin
public class ClasspathUploadablePlugin
An uploadable plugin that can be loaded as a classpath resource via ClassLoader.getResource(String)
.
Constructor Summary | |
---|---|
ClasspathUploadablePlugin(java.lang.String displayName,
java.lang.String resourceName)
Specifies a plugin to be loaded from a classpath resource. |
Method Summary | |
---|---|
java.lang.String |
getDisplayName()
|
java.io.File |
getFile()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClasspathUploadablePlugin(java.lang.String displayName, java.lang.String resourceName)
displayName
- the visible name of the plugin, used to verify its installationresourceName
- the path to the plugin JAR as a classpath resourceMethod Detail |
---|
public java.lang.String getDisplayName()
getDisplayName
in interface UploadablePlugin
public java.io.File getFile()
getFile
in interface UploadablePlugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |