com.atlassian.plugin
Interface PluginArtifact.AllowsReference

All Known Implementing Classes:
JarPluginArtifact
Enclosing interface:
PluginArtifact

public static interface PluginArtifact.AllowsReference

Additional interface for a plugin artifact which may support reference installation.


Nested Class Summary
static class PluginArtifact.AllowsReference.Default
          Host class for a static accessor which defaults allowsReference to false.
 
Method Summary
 boolean allowsReference()
          Query whether or not the PluginArtifact may be reference installed.
 

Method Detail

allowsReference

boolean allowsReference()
Query whether or not the PluginArtifact may be reference installed.

Returns:
true iff the artifact may be reference installed.


Copyright © 2013 Atlassian. All Rights Reserved.