Uses of Class
com.atlassian.plugin.PluginArtifact.AllowsReference.ReferenceMode

Packages that use PluginArtifact.AllowsReference.ReferenceMode
com.atlassian.plugin   
com.atlassian.plugin.loaders   
 

Uses of PluginArtifact.AllowsReference.ReferenceMode in com.atlassian.plugin
 

Methods in com.atlassian.plugin that return PluginArtifact.AllowsReference.ReferenceMode
static PluginArtifact.AllowsReference.ReferenceMode PluginArtifact.AllowsReference.ReferenceMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PluginArtifact.AllowsReference.ReferenceMode[] PluginArtifact.AllowsReference.ReferenceMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.atlassian.plugin with parameters of type PluginArtifact.AllowsReference.ReferenceMode
DefaultPluginArtifactFactory(PluginArtifact.AllowsReference.ReferenceMode referenceMode)
          Create a factory which produces artifacts that optionally allow reference installation.
JarPluginArtifact(File jarFile, PluginArtifact.AllowsReference.ReferenceMode referenceMode)
          Construct a PluginArtifact for a jar file and specify whether reference installation is supported.
 

Uses of PluginArtifact.AllowsReference.ReferenceMode in com.atlassian.plugin.loaders
 

Constructors in com.atlassian.plugin.loaders with parameters of type PluginArtifact.AllowsReference.ReferenceMode
RosterFilePluginLoader(File rosterFile, List<PluginFactory> pluginFactories, PluginArtifact.AllowsReference.ReferenceMode referenceMode, PluginEventManager pluginEventManager)
          Create a RosterFilePluginLoader which loads a given roster file to locate plugins.
 



Copyright © 2015 Atlassian. All rights reserved.