Class PluginDescriptorReader
java.lang.Object
com.atlassian.plugin.internal.parsers.PluginDescriptorReader
A simple class to read the basic elements of a plugin descriptor.
- Since:
- 3.0.0
-
Constructor Summary
ConstructorsConstructorDescriptionPluginDescriptorReader(org.dom4j.Document descriptor, Set<Application> applications) -
Method Summary
Modifier and TypeMethodDescriptionorg.dom4j.DocumentgetModuleReaders(InstallationMode installationMode) Iterable<org.dom4j.Element>getModules(InstallationMode installationMode) Optional<org.dom4j.Element>intbooleanboolean
-
Constructor Details
-
PluginDescriptorReader
-
-
Method Details
-
getDescriptor
public org.dom4j.Document getDescriptor() -
getPluginKey
-
getPluginName
-
isSystemPlugin
public boolean isSystemPlugin() -
getI18nPluginNameKey
-
isEnabledByDefault
public boolean isEnabledByDefault() -
getPluginInformation
-
getPluginInformationReader
-
getModules
-
getModuleReaders
-
getResources
-
getPluginsVersion
public int getPluginsVersion()
-