public static class AtakPluginRegistry.PluginDescriptor
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
android.content.pm.ApplicationInfo |
appInfo |
java.util.List<AtakPluginRegistry.Extension> |
extensions |
java.lang.String |
pluginApi |
boolean |
shouldLoad |
Constructor and Description |
---|
PluginDescriptor() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPackageName() |
java.lang.String |
getPluginApi() |
java.lang.String |
toString() |
public java.util.List<AtakPluginRegistry.Extension> extensions
public transient android.content.pm.ApplicationInfo appInfo
public transient boolean shouldLoad
public transient java.lang.String pluginApi