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

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

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(java.lang.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(java.io.File jarFile, PluginArtifact.AllowsReference.ReferenceMode referenceMode)
          Construct a PluginArtifact for a jar file and specify whether reference installation is supported.
 



Copyright © 2014 Atlassian. All Rights Reserved.