public static class

ApkManifestHelper.ServiceDescription

extends ApkManifestHelper.EndPointDescription
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.android.ApkManifestHelper.EndPointDescription
     ↳ com.pnfsoftware.jeb.core.units.code.android.ApkManifestHelper.ServiceDescription

Class Overview

Short description of an APK service end-point.

Summary

Public Constructors
ServiceDescription(String fqname, boolean enabled, boolean exported)
Public Methods
ApkManifestHelper.IntentFilterDescriptions getIntentFilters()
[Expand]
Inherited Methods
From class com.pnfsoftware.jeb.core.units.code.android.ApkManifestHelper.EndPointDescription
From class java.lang.Object

Public Constructors

public ServiceDescription (String fqname, boolean enabled, boolean exported)

Public Methods

public ApkManifestHelper.IntentFilterDescriptions getIntentFilters ()